]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/dialogs/sout.cpp
Change PSP-format to mp4v/mp4a/mp4 as reported by Kaarlo Räihä
[vlc] / 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" )