[FFmpeg-devel] [PATCH][VAAPI][4/6] Add MPEG-4 / H.263 bitstream decoding (take 6)
Gwenole Beauchesne
gbeauchesne
Thu Mar 26 19:32:30 CET 2009
Le 26 mars 09 ? 19:17, Michael Niedermayer a ?crit :
> [...]
>> +/** Reconstruct bitstream num_gobs_in_vop */
>> +static inline int mpeg4_get_num_gobs_in_vop(MpegEncContext *s)
>> +{
>> + static const uint16_t num_gobs_in_vop_table[8] =
>> + { 0, 6, 9, 18, 18, 18, 0, 0 };
>> + return num_gobs_in_vop_table[mpeg4_get_source_format(s)];
>> +}
>
> please remove these functions
Then please approve <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2009-March/066392.html
> ;-)
I don't see how I can do otherwise.
More information about the ffmpeg-devel
mailing list