summaryrefslogtreecommitdiffstats
path: root/libavformat/mov.c
diff options
context:
space:
mode:
authorMike Melanson <mike@multimedia.cx>2003-05-05 02:54:15 +0000
committerMike Melanson <mike@multimedia.cx>2003-05-05 02:54:15 +0000
commitd86053a41689e8a5ed897ef071c62ef3fcdc3655 (patch)
treea44463e163cc8fadc4fd39baa96e664dff4d3fb2 /libavformat/mov.c
parent9616355144770cc9beb79a5d10503adbcc7c4a2e (diff)
downloadffmpeg-streaming-d86053a41689e8a5ed897ef071c62ef3fcdc3655.zip
ffmpeg-streaming-d86053a41689e8a5ed897ef071c62ef3fcdc3655.tar.gz
first pass at a new VP3 video decoder
Originally committed as revision 1831 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/mov.c')
-rw-r--r--libavformat/mov.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/mov.c b/libavformat/mov.c
index f324df6..6b1b8e6 100644
--- a/libavformat/mov.c
+++ b/libavformat/mov.c
@@ -115,6 +115,7 @@ static const CodecTag mov_video_tags[] = {
{ CODEC_ID_DVVIDEO, MKTAG('d', 'v', 'c', ' ') }, /* DV NTSC */
{ CODEC_ID_DVVIDEO, MKTAG('d', 'v', 'c', 'p') }, /* DV PAL */
/* { CODEC_ID_DVVIDEO, MKTAG('A', 'V', 'd', 'v') }, *//* AVID dv */
+ { CODEC_ID_VP3, MKTAG('V', 'P', '3', '1') }, /* On2 VP3 */
{ 0, 0 },
};
OpenPOWER on IntegriCloud