From ade48a91e4d6933957a368bdab3dd7e0640925fc Mon Sep 17 00:00:00 2001 From: Fiona Glaser Date: Mon, 30 Nov 2009 01:41:24 -0800 Subject: [PATCH] 10L in r1353 Broke mp4 output. --- x264.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0