[MPlayer-cvslog] r36476 - trunk/libmpdemux/mp_taglists.c

cehoyos subversion at mplayerhq.hu
Fri Oct 18 08:04:41 CEST 2013


Author: cehoyos
Date: Fri Oct 18 08:04:40 2013
New Revision: 36476

Log:
Support playback of f32le in mov.

Modified:
   trunk/libmpdemux/mp_taglists.c

Modified: trunk/libmpdemux/mp_taglists.c
==============================================================================
--- trunk/libmpdemux/mp_taglists.c	Thu Oct 17 11:55:57 2013	(r36475)
+++ trunk/libmpdemux/mp_taglists.c	Fri Oct 18 08:04:40 2013	(r36476)
@@ -123,6 +123,7 @@ static const struct AVCodecTag mp_codeci
     { 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') },


More information about the MPlayer-cvslog mailing list