From: Fiona Glaser Date: Mon, 30 Nov 2009 09:41:24 +0000 (-0800) Subject: 10L in r1353 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ade48a91e4d6933957a368bdab3dd7e0640925fc;p=libx264 10L in r1353 Broke mp4 output. --- diff --git a/x264.c b/x264.c index c857f58d..0e7d728f 100644 --- a/x264.c +++ b/x264.c @@ -545,7 +545,7 @@ static int select_output( char *filename, const char *pipe_format, x264_param_t if( !strcmp( filename, "-" ) ) ext = pipe_format; - if( !strcasecmp( ext, ".mp4" ) ) + if( !strcasecmp( ext, "mp4" ) ) { #ifdef MP4_OUTPUT output = mp4_output; // FIXME use b_annexb=0