]> git.sesse.net Git - vlc/commitdiff
Change PSP-format to mp4v/mp4a/mp4 as reported by Kaarlo Räihä
authorIlkka Ollakka <ileoo@videolan.org>
Mon, 24 Nov 2008 14:11:15 +0000 (16:11 +0200)
committerIlkka Ollakka <ileoo@videolan.org>
Mon, 24 Nov 2008 14:13:47 +0000 (16:13 +0200)
modules/gui/qt4/dialogs/sout.cpp

index 6ea0f62aa0443558319c3951b8f6e533b1f44a21..b1733547386f09f47100a2e7826839c0c82cc4ff 100644 (file)
@@ -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" )