Mercurial > mplayer.hg
changeset 36380:fd2f66e5d7c9
Support playback of f32le in mov.
author | cehoyos |
---|---|
date | Fri, 18 Oct 2013 06:04:40 +0000 |
parents | 847bc950322a |
children | 51bc9d3ac84a |
files | libmpdemux/mp_taglists.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpdemux/mp_taglists.c Thu Oct 17 09:55:57 2013 +0000 +++ b/libmpdemux/mp_taglists.c Fri Oct 18 06:04:40 2013 +0000 @@ -123,6 +123,7 @@ { AV_CODEC_ID_PCM_S24LE, 1 }, { AV_CODEC_ID_PCM_S32BE, MKTAG('i', 'n', '3', '2') }, { AV_CODEC_ID_PCM_S32LE, 1 }, + { AV_CODEC_ID_PCM_F32LE, MKTAG('2', '3', 'l', 'f') }, { AV_CODEC_ID_MP2, 0x50 }, { AV_CODEC_ID_MPEG2VIDEO, MKTAG('M', 'P', 'G', '2') }, { AV_CODEC_ID_TRUEHD, MKTAG('T', 'R', 'H', 'D') },