Mercurial > mplayer.hg
changeset 29085:07d177c306ce
override codec tag for pcm s32le and s32be, used in mov
author | bcoudurier |
---|---|
date | Thu, 02 Apr 2009 02:31:17 +0000 |
parents | 88512570a249 |
children | b5c25fd3cf8f |
files | libmpdemux/mp_taglists.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpdemux/mp_taglists.c Wed Apr 01 16:28:25 2009 +0000 +++ b/libmpdemux/mp_taglists.c Thu Apr 02 02:31:17 2009 +0000 @@ -60,6 +60,8 @@ { CODEC_ID_PCM_S16LE, 1}, { CODEC_ID_PCM_S24BE, MKTAG('i', 'n', '2', '4')}, { CODEC_ID_PCM_S24LE, 1}, + { CODEC_ID_PCM_S32BE, MKTAG('i', 'n', '3', '2')}, + { CODEC_ID_PCM_S32LE, 1}, { 0, 0 }, };