projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb45237
)
Ignore x264 build=0 as there is no such version, this restores previous
author
Michael Niedermayer
<michaelni@gmx.at>
Sun, 21 Mar 2010 22:23:37 +0000
(22:23 +0000)
committer
Michael Niedermayer
<michaelni@gmx.at>
Sun, 21 Mar 2010 22:23:37 +0000
(22:23 +0000)
behavior approximately.
Originally committed as revision 22628 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/h264_sei.c
patch
|
blob
|
history
diff --git
a/libavcodec/h264_sei.c
b/libavcodec/h264_sei.c
index
de0b19a
..
8500608
100644
(file)
--- a/
libavcodec/h264_sei.c
+++ b/
libavcodec/h264_sei.c
@@
-109,7
+109,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);
- if(e==1 && build>
=
0)
+ if(e==1 && build>0)
h->x264_build= build;
if(s->avctx->debug & FF_DEBUG_BUGS)