Re: [FFmpeg-devel] [PATCH] avformat: Fix bug in parse_rps for HEVC.

2015-06-11 Thread deliang Fu
2015-06-11 8:42 GMT+08:00 Michael Niedermayer : > On Wed, Jun 10, 2015 at 12:30:46PM +0800, Deliang Fu wrote: > > Make the logic in libavformat/hevc.c parse_rps align with > libavcodec/hevc_ps.c ff_hevc_decode_short_term_rps > > > > --- > > libavformat/hevc.c | 2 +- > > 1 file changed, 1 inserti

Re: [FFmpeg-devel] [PATCH] avformat: Fix bug in parse_rps for HEVC.

2015-06-10 Thread Michael Niedermayer
On Wed, Jun 10, 2015 at 12:30:46PM +0800, Deliang Fu wrote: > Make the logic in libavformat/hevc.c parse_rps align with > libavcodec/hevc_ps.c ff_hevc_decode_short_term_rps > > --- > libavformat/hevc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) applied iam still interrested in a t

Re: [FFmpeg-devel] [PATCH] avformat: Fix bug in parse_rps for HEVC.

2015-06-10 Thread Michael Niedermayer
On Wed, Jun 10, 2015 at 12:30:46PM +0800, Deliang Fu wrote: > Make the logic in libavformat/hevc.c parse_rps align with > libavcodec/hevc_ps.c ff_hevc_decode_short_term_rps > > --- > libavformat/hevc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) do you have a sample/testcase which n

[FFmpeg-devel] [PATCH] avformat: Fix bug in parse_rps for HEVC.

2015-06-09 Thread Deliang Fu
Make the logic in libavformat/hevc.c parse_rps align with libavcodec/hevc_ps.c ff_hevc_decode_short_term_rps --- libavformat/hevc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/hevc.c b/libavformat/hevc.c index 16b06b4..643b715 100644 --- a/libavformat/hevc.c +

[FFmpeg-devel] [PATCH] avformat: Fix bug in parse_rps for HEVC.

2015-06-09 Thread Deliang Fu
Make the logic in libavformat/hevc.c parse_rps align with libavcodec/hevc_ps.c ff_hevc_decode_short_term_rps --- libavformat/hevc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/hevc.c b/libavformat/hevc.c index 16b06b4..643b715 100644 --- a/libavformat/hevc.c +