ffmpegmux: Add proper audio mapping for DVD muxer. Fixes #588546

This commit is contained in:
Jordi Mas 2009-07-20 11:48:45 +02:00 committed by Edward Hervey
parent aef712df82
commit c27b4babf1

View file

@ -2428,7 +2428,9 @@ gst_ffmpeg_formatid_get_codecids (const gchar * format_name,
CODEC_ID_NONE CODEC_ID_NONE
}; };
static enum CodecID mpeg_audio_list[] = { CODEC_ID_MP2, static enum CodecID mpeg_audio_list[] = { CODEC_ID_MP2,
CODEC_ID_MP3, CODEC_ID_AC3,
CODEC_ID_DTS,
CODEC_ID_PCM_S16BE,
CODEC_ID_NONE CODEC_ID_NONE
}; };