h264_sei: Remove pointless old comment
authorDiego Biurrun <diego@biurrun.de>
Wed, 31 Jul 2013 16:07:53 +0000 (18:07 +0200)
committerDiego Biurrun <diego@biurrun.de>
Thu, 1 Aug 2013 11:26:07 +0000 (13:26 +0200)
libavcodec/h264_sei.c

index df4c49f..c88f203 100644 (file)
@@ -106,7 +106,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;