summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorRoberto Togni <r_togni@tiscali.it>2003-11-07 22:39:18 +0000
committerRoberto Togni <r_togni@tiscali.it>2003-11-07 22:39:18 +0000
commit1dc1ed9933b7690105bc5c4c013edde4fcfeacdf (patch)
tree3c39875145deb70c530ca21c6765a898793d2503 /libavformat
parente02c251e5ab001eeb010c862670de9b188008b5d (diff)
8BPS decoder
Originally committed as revision 2486 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/mov.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/mov.c b/libavformat/mov.c
index ef79808351..ee4c0574ec 100644
--- a/libavformat/mov.c
+++ b/libavformat/mov.c
@@ -101,6 +101,7 @@ static const CodecTag mov_video_tags[] = {
{ CODEC_ID_VP3, MKTAG('V', 'P', '3', '1') }, /* On2 VP3 */
{ CODEC_ID_RPZA, MKTAG('r', 'p', 'z', 'a') }, /* Apple Video (RPZA) */
{ CODEC_ID_CINEPAK, MKTAG('c', 'v', 'i', 'd') }, /* Cinepak */
+ { CODEC_ID_8BPS, MKTAG('8', 'B', 'P', 'S') }, /* Planar RGB (8BPS) */
{ CODEC_ID_NONE, 0 },
};