Commit da4cd615 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '4c7fd58f'

* commit '4c7fd58f':
  h264_sei: Remove pointless old comment
  twinvq: Add proper twinvq prefixes to identifiers
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 67291ffd 4c7fd58f
......@@ -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))
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment