codecs_conf, mp_taglists: Use only one fourcc for LATM

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32584 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2010-11-06 15:49:50 +00:00 committed by Uoti Urpala
parent 5c3a8c76df
commit 50d5197611
2 changed files with 2 additions and 2 deletions

View File

@ -4014,7 +4014,7 @@ audiocodec ffdv
audiocodec fflatm
info "FFmpeg AAC in LATM"
status buggy
fourcc "LATM" ; internal MPlayer FourCC
fourcc MP4L ; internal MPlayer FourCC
driver ffmpeg
dll aac_latm

View File

@ -66,7 +66,7 @@ const struct mp_AVCodecTag * const mp_wav_taglists[] = {mp_ff_codec_wav_tags, mp
static const struct mp_AVCodecTag mp_codecid_override_tags[] = {
{ CODEC_ID_AAC, MKTAG('M', 'P', '4', 'A')},
#if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(52, 94, 0)
{ CODEC_ID_AAC_LATM, MKTAG('L', 'A', 'T', 'M')},
{ CODEC_ID_AAC_LATM, MKTAG('M', 'P', '4', 'L')},
#endif
{ CODEC_ID_AC3, 0x2000},
{ CODEC_ID_ADPCM_IMA_AMV, MKTAG('A', 'M', 'V', 'A')},