Revision e1c9d266
libavcodec/h264_sei.c | ||
---|---|---|
109 | 109 |
|
110 | 110 |
user_data[i]= 0; |
111 | 111 |
e= sscanf(user_data+16, "x264 - core %d"/*%s - H.264/MPEG-4 AVC codec - Copyleft 2005 - http://www.videolan.org/x264.html*/, &build); |
112 |
if(e==1 && build>=0)
|
|
112 |
if(e==1 && build>0) |
|
113 | 113 |
h->x264_build= build; |
114 | 114 |
|
115 | 115 |
if(s->avctx->debug & FF_DEBUG_BUGS) |
Also available in: Unified diff