changeset 35735:894b2d8a9405

Also support EVRC in qcp. Reported by bat guano.
author cehoyos
date Wed, 23 Jan 2013 12:27:38 +0000
parents 4ac697e15661
children f1a696672425
files libmpdemux/mp_taglists.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libmpdemux/mp_taglists.c	Wed Jan 23 10:31:15 2013 +0000
+++ b/libmpdemux/mp_taglists.c	Wed Jan 23 12:27:38 2013 +0000
@@ -52,6 +52,7 @@
     { AV_CODEC_ID_DSICINAUDIO,       MKTAG('D', 'C', 'I', 'A') },
     { AV_CODEC_ID_EAC3,              MKTAG('E', 'A', 'C', '3') },
 #if LIBAVUTIL_VERSION_MICRO >= 100
+    { AV_CODEC_ID_EVRC,              MKTAG('s', 'e', 'v', 'c') },
     { AV_CODEC_ID_FFWAVESYNTH,       MKTAG('F', 'F', 'W', 'S') },
 #endif
     { AV_CODEC_ID_G723_1,            MKTAG('7', '2', '3', '1') },