[Ffmpeg-devel] One Bug found in h264.c
Michael Niedermayer
michaelni
Wed May 18 00:26:23 CEST 2005
Hi
On Tuesday 17 May 2005 09:09, Chengji Zhao wrote:
> Hi, all
>
> I think I find one more bug in h264.c
> in function of decode_ref_pic_list_reordering(H264Context *h)
> The section that handle reference picture reordering is not correct.
> The problem is that before adjust the reference list, the old list is
> not shifted to make a room for the
> reference picture which is going to be put on the top.
>
> For example, if the defualt list is " A, B,C,D,E", and the syntax
> requires to put "E" to the top,
> what the current code will generate is " E, B,C,D,E" instead of " E , A,
> B,C,D".
hmm, i think i fixed that in cvs a few days ago
[...]
--
Michael
More information about the ffmpeg-devel
mailing list