[FFmpeg-devel] lavf/isom: Support EVRC in pvAuthor files.
Carl Eugen Hoyos
cehoyos at ag.or.at
Mon Dec 12 02:54:12 EET 2016
Hi!
Attached patch fixes ticket #6014.
Please comment, Carl Eugen
-------------- next part --------------
From 8878744426cdaf31227786a07743d06cc6ef8995 Mon Sep 17 00:00:00 2001
From: Carl Eugen Hoyos <cehoyos at ag.or.at>
Date: Mon, 12 Dec 2016 01:52:12 +0100
Subject: [PATCH] lavf/isom: Support EVRC in pvAuthor files.
Fixes ticket #6014.
---
libavformat/isom.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavformat/isom.c b/libavformat/isom.c
index cd0b0b7..bab875d 100644
--- a/libavformat/isom.c
+++ b/libavformat/isom.c
@@ -63,6 +63,7 @@ const AVCodecTag ff_mp4_obj_type[] = {
{ AV_CODEC_ID_FLAC , 0xC1 }, /* nonstandard, update when there is a standard value */
{ AV_CODEC_ID_TSCC2 , 0xD0 }, /* nonstandard, camtasia uses it */
{ AV_CODEC_ID_VORBIS , 0xDD }, /* nonstandard, gpac uses it */
+ { AV_CODEC_ID_EVRC , 0xD1 }, /* nonstandard, pvAuthor uses it */
{ AV_CODEC_ID_DVD_SUBTITLE, 0xE0 }, /* nonstandard, see unsupported-embedded-subs-2.mp4 */
{ AV_CODEC_ID_QCELP , 0xE1 },
{ AV_CODEC_ID_MPEG4SYSTEMS, 0x01 },
--
1.7.10.4
More information about the ffmpeg-devel
mailing list