From 4c7fd58f8ae729b964b6859eace5ab9a55ce3c8c Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 31 Jul 2013 18:07:53 +0200 Subject: h264_sei: Remove pointless old comment --- libavcodec/h264_sei.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/h264_sei.c') diff --git a/libavcodec/h264_sei.c b/libavcodec/h264_sei.c index df4c49fe3e..c88f203096 100644 --- a/libavcodec/h264_sei.c +++ b/libavcodec/h264_sei.c @@ -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; -- cgit v1.2.3