[x264-devel] commit: 10L in r1353 (Jason Garrett-Glaser )

git version control git at videolan.org
Mon Nov 30 10:41:57 CET 2009


x264 | branch: master | Jason Garrett-Glaser <darkshikari at gmail.com> | Mon Nov 30 01:41:24 2009 -0800| [636f98f1b06cc51da8399e79ce08bab8c56b82b7] | committer: Jason Garrett-Glaser 

10L in r1353
Broke mp4 output.

> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=636f98f1b06cc51da8399e79ce08bab8c56b82b7
---

 x264.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/x264.c b/x264.c
index c857f58..0e7d728 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



More information about the x264-devel mailing list