[Ffmpeg-cvslog] r5421 - trunk/libavcodec/h264.c

michael subversion
Mon May 29 18:39:41 CEST 2006


Author: michael
Date: Mon May 29 18:39:40 2006
New Revision: 5421

Modified:
   trunk/libavcodec/h264.c

Log:
typo me thinks ...


Modified: trunk/libavcodec/h264.c
==============================================================================
--- trunk/libavcodec/h264.c	(original)
+++ trunk/libavcodec/h264.c	Mon May 29 18:39:40 2006
@@ -7481,7 +7481,7 @@
 
         switch(type){
         case 5:
-            if(decode_unregistered_user_data(h, size) < 0);
+            if(decode_unregistered_user_data(h, size) < 0)
                 return -1;
             break;
         default:




More information about the ffmpeg-cvslog mailing list