]> granicus.if.org Git - libx264/commitdiff
10L in r1353
authorFiona Glaser <fiona@x264.com>
Mon, 30 Nov 2009 09:41:24 +0000 (01:41 -0800)
committerFiona Glaser <fiona@x264.com>
Mon, 30 Nov 2009 09:41:24 +0000 (01:41 -0800)
Broke mp4 output.

x264.c

diff --git a/x264.c b/x264.c
index c857f58d3775e9ab46e194464332dc8b241dd576..0e7d728f5fb7d8e5b5f3e0f475a15716b5610729 100644 (file)
--- 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