# HG changeset patch # User michael # Date 1269210217 0 # Node ID 75a2c166f11aa805b96893883138e490741d17d4 # Parent 892d04e7c4e5055b3234d9bea0aed97aca02706d Ignore x264 build=0 as there is no such version, this restores previous behavior approximately. diff -r 892d04e7c4e5 -r 75a2c166f11a h264_sei.c --- a/h264_sei.c Sun Mar 21 16:34:01 2010 +0000 +++ b/h264_sei.c Sun Mar 21 22:23:37 2010 +0000 @@ -109,7 +109,7 @@ 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)