diff options
author | François Revol <revol@free.fr> | 2003-01-17 09:22:52 +0000 |
---|---|---|
committer | François Revol <revol@free.fr> | 2003-01-17 09:22:52 +0000 |
commit | 7ed2dd2db4ed103151254a42627213426353b06a (patch) | |
tree | f2373b730eac6adc909a4318551821421c803689 /libavformat/mov.c | |
parent | 8b879f18d1c3145d1a3c37980cb318bcdba585e2 (diff) | |
download | ffmpeg-7ed2dd2db4ed103151254a42627213426353b06a.tar.gz |
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.c | 1 |
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 */ |