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

rtogni subversion at mplayerhq.hu
Sun Aug 9 01:08:30 CEST 2015


Author: rtogni
Date: Sun Aug  9 01:08:30 2015
New Revision: 37446

Log:
Replace deprecated AV_CODEC_ID_VIMA with AV_CODEC_ID_ADPCM_VIMA

Modified:
   trunk/libmpdemux/mp_taglists.c

Modified: trunk/libmpdemux/mp_taglists.c
==============================================================================
--- trunk/libmpdemux/mp_taglists.c	Sat Aug  8 22:25:14 2015	(r37445)
+++ trunk/libmpdemux/mp_taglists.c	Sun Aug  9 01:08:30 2015	(r37446)
@@ -84,7 +84,7 @@ static const struct AVCodecTag mp_wav_ta
     { AV_CODEC_ID_TTA,               MKTAG('T', 'T', 'A', '1') },
     { AV_CODEC_ID_TWINVQ,            MKTAG('T', 'W', 'I', '2') },
 #if LIBAVUTIL_VERSION_MICRO >= 100
-    { AV_CODEC_ID_VIMA,              MKTAG('V', 'I', 'M', 'A') },
+    { AV_CODEC_ID_ADPCM_VIMA,        MKTAG('V', 'I', 'M', 'A') },
 #endif
     { AV_CODEC_ID_VMDAUDIO,          MKTAG('V', 'M', 'D', 'A') },
     { AV_CODEC_ID_WAVPACK,           MKTAG('W', 'V', 'P', 'K') },


More information about the MPlayer-cvslog mailing list