diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2003-04-27 01:33:39 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2003-04-27 01:33:39 +0000 |
commit | 067ff8b1eeaeecc0f7e479448aba154a599a41dc (patch) | |
tree | a50224ce4dbcb43f0bb3c28b6aba1ea1a8b8d8e5 /libavcodec/h263dec.c | |
parent | bb463d81020a2f3c5cf3403e18f980171773f48a (diff) | |
download | ffmpeg-067ff8b1eeaeecc0f7e479448aba154a599a41dc.tar.gz |
tired
Originally committed as revision 1825 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h263dec.c')
-rw-r--r-- | libavcodec/h263dec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h263dec.c b/libavcodec/h263dec.c index cc3bff1375..4f42489ccc 100644 --- a/libavcodec/h263dec.c +++ b/libavcodec/h263dec.c @@ -338,7 +338,7 @@ static int mpeg4_find_frame_end(MpegEncContext *s, uint8_t *buf, int buf_size){ } pc->frame_start_found= vop_found; pc->state= state; - return -1; + return END_NOT_FOUND; } /** |