Make ff_h263_resync() return the bit position of the resync_marker or
authorGwenole Beauchesne <gbeauchesne@splitted-desktop.com>
Fri, 30 Jan 2009 17:13:03 +0000 (17:13 +0000)
committerBenoit Fouet <benoit.fouet@free.fr>
Fri, 30 Jan 2009 17:13:03 +0000 (17:13 +0000)
commit3021a8a70b44096aef84cc4656ff804028c57973
tree146450254f251fda096a2574b81a0858791147db
parent5449a787c953f40f0f4312e6f5897775904ffc45
Make ff_h263_resync() return the bit position of the resync_marker or
a negative number if none was found.
Patch by Gwenolé Beauchesne: gbeauchesne splitted minus desktop com

Originally committed as revision 16858 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/h263.c