summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
diff options
context:
space:
mode:
authorFrançois Revol <revol@free.fr>2003-01-17 09:22:52 +0000
committerFrançois Revol <revol@free.fr>2003-01-17 09:22:52 +0000
commit7ed2dd2db4ed103151254a42627213426353b06a (patch)
treef2373b730eac6adc909a4318551821421c803689 /libavformat/mov.c
parent8b879f18d1c3145d1a3c37980cb318bcdba585e2 (diff)
removed redundant 4CC
Originally committed as revision 1467 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/mov.c')
-rw-r--r--libavformat/mov.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/mov.c b/libavformat/mov.c
index 3e1dae8fb9..1395458a9a 100644
--- a/libavformat/mov.c
+++ b/libavformat/mov.c
@@ -87,7 +87,6 @@ void print_atom(const char *str, UINT32 type, UINT64 offset, UINT64 size)
static const CodecTag mov_video_tags[] = {
/* { CODEC_ID_, MKTAG('c', 'v', 'i', 'd') }, *//* Cinepak */
-/* { CODEC_ID_JPEG, MKTAG('j', 'p', 'e', 'g') }, *//* JPEG */
/* { CODEC_ID_H263, MKTAG('r', 'a', 'w', ' ') }, *//* Uncompressed RGB */
/* { CODEC_ID_H263, MKTAG('Y', 'u', 'v', '2') }, *//* Uncompressed YUV422 */
/* Graphics */