[vlc-devel] commit: Qt Sout dialog: MJPEG mux is "mpjpeg" (Jean-Philippe Andre )
git version control
git at videolan.org
Sat May 30 00:32:49 CEST 2009
vlc | branch: master | Jean-Philippe Andre <jpeg at via.ecp.fr> | Thu May 28 23:53:53 2009 +0800| [1d7a69b16a439a578afcf0dba40e26a8477b7af0] | committer: Jean-Baptiste Kempf
Qt Sout dialog: MJPEG mux is "mpjpeg"
Note that "avformat{mux=mjpeg}" is also valid.
(cherry picked from commit f69af253a4fe0dbf4121c4a320d01adb1c6d0cab)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1d7a69b16a439a578afcf0dba40e26a8477b7af0
---
.../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