[FFmpeg-devel] [PATCH] Add ff_h263_find_resync_marker() function
Gwenole Beauchesne
gbeauchesne
Mon Feb 23 16:08:03 CET 2009
Hi,
This patch adds ff_h263_find_resync_marker() to find the bit position of
the next resync_marker, if any. This is only useful to simplify MPEG-4
HWAccel patch. Besides, it's also the correct fix because ff_h263_resync()
will alter the current slice info (s->qscale for instance) whereas we have
not called AVHWAccel::decode_slice() yet.
Regards,
Gwenole
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ffmpeg.ff_h263_find_resync_marker.patch
Type: text/x-diff
Size: 1986 bytes
Desc:
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20090223/08ab69c4/attachment.patch>
More information about the ffmpeg-devel
mailing list