Commit b2d5e418 authored by Ilkka Ollakka's avatar Ilkka Ollakka

Change PSP-format to mp4v/mp4a/mp4 as reported by Kaarlo Räihä

parent d0ec7d4d
......@@ -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" )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment