[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec h264.c,1.135,1.136

Michael Niedermayer CVS michael
Thu Jun 9 22:01:04 CEST 2005


Update of /cvsroot/ffmpeg/ffmpeg/libavcodec
In directory mail:/var2/tmp/cvs-serv32428/libavcodec

Modified Files:
	h264.c 
Log Message:
non-avc h264 stream problems patch by ("Ronald S. Bultje" rbultje, ronald bitfreak net)


Index: h264.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/h264.c,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -d -r1.135 -r1.136
--- h264.c	5 Jun 2005 15:51:20 -0000	1.135
+++ h264.c	9 Jun 2005 20:01:02 -0000	1.136
@@ -7343,7 +7343,7 @@
     }
 
     if(!h->is_avc && s->avctx->extradata_size && s->picture_number==0){
-        if(0 < decode_nal_units(h, s->avctx->extradata, s->avctx->extradata_size) ) 
+        if(decode_nal_units(h, s->avctx->extradata, s->avctx->extradata_size) < 0) 
             return -1;
     }
 





More information about the ffmpeg-cvslog mailing list