summaryrefslogtreecommitdiff
path: root/libavformat/isom.c
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2016-12-12 11:37:06 +0100
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2016-12-12 11:37:06 +0100
commit9d068896d32280235e2f31f47a75bf1ba313ad1d (patch)
treeb189abc62d54659060337e1b0399b622add2b4e1 /libavformat/isom.c
parentedb4f5da8125553e8ee94235a5f560cde5309f61 (diff)
lavf/isom: Support EVRC in pvAuthor files.
Fixes ticket #6014.
Diffstat (limited to 'libavformat/isom.c')
-rw-r--r--libavformat/isom.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/isom.c b/libavformat/isom.c
index cd0b0b7cbd..f669e0e923 100644
--- a/libavformat/isom.c
+++ b/libavformat/isom.c
@@ -62,6 +62,7 @@ const AVCodecTag ff_mp4_obj_type[] = {
{ AV_CODEC_ID_VP9 , 0xC0 }, /* nonstandard, update when there is a standard value */
{ 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_EVRC , 0xD1 }, /* nonstandard, pvAuthor uses it */
{ AV_CODEC_ID_VORBIS , 0xDD }, /* nonstandard, gpac uses it */
{ AV_CODEC_ID_DVD_SUBTITLE, 0xE0 }, /* nonstandard, see unsupported-embedded-subs-2.mp4 */
{ AV_CODEC_ID_QCELP , 0xE1 },