mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
h264_sei: Remove pointless old comment
This commit is contained in:
parent
9ea24e927e
commit
4c7fd58f8a
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user