[x264-devel] Re: exception when interlace enabled with great number_of_references set

jogging song joggingsong at gmail.com
Mon Oct 9 03:29:12 CEST 2006


Does x264 support multi reference picture? I search "num_ref_frames" in x264
and find "num_ref_frames" is only used in set.c
where it is written into SPS. If x264 supports multi reference picture, it
should be used in motion search.

best regards
Jogging


On 10/8/06, lurui <lurui.freesky at gmail.com> wrote:
>
> Dear experts:
> When I set
>     param->i_frame_reference = 9;/*and great than 9*/
>     param->b_interlaced = 1;
> in x264_param_default() function at common.c,
>
> It always generate a exception. It seems that get_ref_mmx() funtion at
> mc-c.c get a src[4] parameter with error points to src picture.
>
> lurui
> 2006/10/8
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.videolan.org/pipermail/x264-devel/attachments/20061009/a33f4704/attachment.htm 


More information about the x264-devel mailing list