]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/h264_sei.c
Merge commit '4c7fd58f8ae729b964b6859eace5ab9a55ce3c8c'
[ffmpeg] / libavcodec / h264_sei.c
index 999fce7b349fc51a65d9a1ca3b0c649e6205fce5..2af9079f37c26446b4288f01b89b4a283175542f 100644 (file)
@@ -149,7 +149,7 @@ static int decode_unregistered_user_data(H264Context *h, int size){
     }
 
     user_data[i]= 0;
-    e= sscanf(user_data+16, "x264 - core %d"/*%s - H.264/MPEG-4 AVC codec - Copyleft 2005 - http://www.videolan.org/x264.html*/, &build);
+    e = sscanf(user_data + 16, "x264 - core %d", &build);
     if(e==1 && build>0)
         h->x264_build= build;
     if(e==1 && build==1 && !strncmp(user_data+16, "x264 - core 0000", 16))