[vlc-devel] commit: Qt Sout dialog: MJPEG mux is "mpjpeg" (Jean-Philippe Andre )

git version control git at videolan.org
Thu May 28 18:02:02 CEST 2009


vlc | branch: 1.0-bugfix | Jean-Philippe Andre <jpeg at via.ecp.fr> | Thu May 28 23:53:53 2009 +0800| [f69af253a4fe0dbf4121c4a320d01adb1c6d0cab] | committer: Jean-Philippe Andre 

Qt Sout dialog: MJPEG mux is "mpjpeg"

Note that "avformat{mux=mjpeg}" is also valid.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f69af253a4fe0dbf4121c4a320d01adb1c6d0cab
---

 .../gui/qt4/components/sout/profile_selector.cpp   |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/gui/qt4/components/sout/profile_selector.cpp b/modules/gui/qt4/components/sout/profile_selector.cpp
index 7c47163..3ebaa66 100644
--- a/modules/gui/qt4/components/sout/profile_selector.cpp
+++ b/modules/gui/qt4/components/sout/profile_selector.cpp
@@ -331,7 +331,7 @@ void VLCProfileEditor::fillProfile( const QString& qs )
     CHECKMUX( FLVMux, "flv" )
     CHECKMUX( MKVMux, "mkv" )
     CHECKMUX( AVIMux, "avi" )
-    CHECKMUX( MJPEGMux, "mjpg" ){}
+    CHECKMUX( MJPEGMux, "mpjpeg" ){}
 #undef CHECKMUX
 
     ui.keepVideo->setChecked( !options[1].toInt() );
@@ -420,7 +420,7 @@ QString VLCProfileEditor::transcodeValue()
     SMUX( FLVMux, "flv" )
     SMUX( MKVMux, "mkv" )
     SMUX( AVIMux, "avi" )
-    SMUX( MJPEGMux, "mjpg" ){}
+    SMUX( MJPEGMux, "mpjpeg" ){}
 #undef SMUX
 
 #define currentData( box ) box->itemData( box->currentIndex() )




More information about the vlc-devel mailing list