[FFmpeg-devel] [PATCH][H264] Record extra fields for VA API support (take 4)
Gwenole Beauchesne
gbeauchesne
Tue Feb 3 11:35:46 CET 2009
Hi,
On Mon, 2 Feb 2009, Michael Niedermayer wrote:
> as in:
> if( h->luma_weight[list][i] != luma_def
> || h->luma_offset[list][i] != 0){
> h->use_weight= 1;
> + h->luma_weight_flag[list]= 1;
> }
Well, the Intel implementation also expects the inferred values with that
flag set to 1. Anyway, I was already filling in with the default values in
ff_vaapi_h264_decode_slice(). So, the attachment following your suggestion
is also right.
Thanks,
Gwenole.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 004_h264_record_more_fields.patch
Type: text/x-diff
Size: 5182 bytes
Desc:
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20090203/9006d778/attachment.patch>
More information about the ffmpeg-devel
mailing list