changeset 1219:ad21a7b2349b libavcodec

tired
author michaelni
date Sun, 27 Apr 2003 01:33:39 +0000
parents 358bbc952e27
children 78a51075aacb
files h263dec.c h264.c
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/h263dec.c	Sun Apr 27 01:11:26 2003 +0000
+++ b/h263dec.c	Sun Apr 27 01:33:39 2003 +0000
@@ -338,7 +338,7 @@
     }
     pc->frame_start_found= vop_found;
     pc->state= state;
-    return -1;
+    return END_NOT_FOUND;
 }
 
 /**
--- a/h264.c	Sun Apr 27 01:11:26 2003 +0000
+++ b/h264.c	Sun Apr 27 01:33:39 2003 +0000
@@ -3943,7 +3943,7 @@
     }
     
     pc->state= state;
-    return -1;
+    return END_NOT_FOUND;
 }
 
 static int decode_nal_units(H264Context *h, uint8_t *buf, int buf_size){