mirror of https://github.com/mpv-player/mpv
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:
parent
5c3a8c76df
commit
50d5197611
|
@ -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
|
||||
|
||||
|
|
|
@ -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')},
|
||||
|
|
Loading…
Reference in New Issue