typo me thinks ...
authorMichael Niedermayer <michaelni@gmx.at>
Mon, 29 May 2006 16:39:40 +0000 (16:39 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Mon, 29 May 2006 16:39:40 +0000 (16:39 +0000)
Originally committed as revision 5421 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/h264.c

index 198686b..99172a1 100644 (file)
@@ -7481,7 +7481,7 @@ static int decode_sei(H264Context *h){
 
         switch(type){
         case 5:
-            if(decode_unregistered_user_data(h, size) < 0);
+            if(decode_unregistered_user_data(h, size) < 0)
                 return -1;
             break;
         default: