== FFMPEG ==

This fixes:
[#18262] From FFMPEG/audio menu the PCM selection is missing
(thanks to Mika Saari (mikasaari) for the patch!)
This commit is contained in:
Peter Schlaile
2009-06-16 21:28:19 +00:00
parent 74d3d136db
commit 88f3ec3fdb

View File

@@ -2215,7 +2215,7 @@ static char* ffmpeg_audio_codec_pup(void) {
static char string[2048];
char formatstring[2048];
strcpy(formatstring,
"FFMpeg format: %%t|%s %%x%d|%s %%x%d|%s %%x%d"
"FFMpeg format: %%t|%s %%x%d|%s %%x%d|%s %%x%d|%s %%x%d"
#ifdef WITH_OGG
"|%s %%x%d"
#endif