[vlc-devel] commit: Change PSP-format to mp4v/mp4a/ mp4 as reported by Kaarlo Räihä (Ilkka Ollakka )
git version control
git at videolan.org
Mon Nov 24 15:15:18 CET 2008
vlc | branch: master | Ilkka Ollakka <ileoo at videolan.org> | Mon Nov 24 16:11:15 2008 +0200| [b2d5e418c0a34f6fe641d9deb418b4c787ffe9b0] | committer: Ilkka Ollakka
Change PSP-format to mp4v/mp4a/mp4 as reported by Kaarlo Räihä
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b2d5e418c0a34f6fe641d9deb418b4c787ffe9b0
---
modules/gui/qt4/dialogs/sout.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/qt4/dialogs/sout.cpp b/modules/gui/qt4/dialogs/sout.cpp
index 6ea0f62..b173354 100644
--- a/modules/gui/qt4/dialogs/sout.cpp
+++ b/modules/gui/qt4/dialogs/sout.cpp
@@ -365,7 +365,7 @@ void SoutDialog::setOptions()
else if( profileString == "h264" ) setProfile( TS, true, "h264", true, "mp4a" )
else if( profileString == "XBox" ) setProfile( ASF, true, "WMV2", true, "wma" )
else if( profileString == "Windows" ) setProfile( ASF, true, "WMV2", true, "wma" )
- else if( profileString == "PSP" ) setProfile( Ogg, true, "DIV3", true, "vorb" )
+ else if( profileString == "PSP" ) setProfile( MP4, true, "mp4v", true, "mp4a" )
/* If the profile is not a custom one, then disable the tabWidget */
if ( profileString == "Custom" )
More information about the vlc-devel
mailing list