summaryrefslogtreecommitdiff
path: root/libavformat/nut.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2015-01-29 17:09:52 +0000
committerPaul B Mahol <onemda@gmail.com>2015-01-30 08:58:33 +0000
commitb5004f32133fcb98e07ba936b01a576f82f38a7d (patch)
treefdfa623c016b919608e7019343259f3fe6816ab2 /libavformat/nut.c
parenta73c4118092d24eef11c87c281f651d3e7b394e7 (diff)
avformat/nut: add GIF[0]
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavformat/nut.c')
-rw-r--r--libavformat/nut.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/nut.c b/libavformat/nut.c
index 86a03015af..04f4bb00e1 100644
--- a/libavformat/nut.c
+++ b/libavformat/nut.c
@@ -40,6 +40,7 @@ const AVCodecTag ff_nut_data_tags[] = {
};
const AVCodecTag ff_nut_video_tags[] = {
+ { AV_CODEC_ID_GIF, MKTAG('G', 'I', 'F', 0 ) },
{ AV_CODEC_ID_XFACE, MKTAG('X', 'F', 'A', 'C') },
{ AV_CODEC_ID_VP9, MKTAG('V', 'P', '9', '0') },
{ AV_CODEC_ID_RAWVIDEO, MKTAG('R', 'G', 'B', 15 ) },