[SCM] libav/experimental: tired

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:36:08 UTC 2013


The following commit has been merged in the experimental branch:
commit 067ff8b1eeaeecc0f7e479448aba154a599a41dc
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sun Apr 27 01:33:39 2003 +0000

    tired
    
    Originally committed as revision 1825 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/h263dec.c b/libavcodec/h263dec.c
index cc3bff1..4f42489 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;
 }
 
 /**
diff --git a/libavcodec/h264.c b/libavcodec/h264.c
index 4e1375d..5acce0d 100644
--- a/libavcodec/h264.c
+++ b/libavcodec/h264.c
@@ -3943,7 +3943,7 @@ static int find_frame_end(MpegEncContext *s, uint8_t *buf, int buf_size){
     }
     
     pc->state= state;
-    return -1;
+    return END_NOT_FOUND;
 }
 
 static int decode_nal_units(H264Context *h, uint8_t *buf, int buf_size){

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list