From 7ed2dd2db4ed103151254a42627213426353b06a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Fri, 17 Jan 2003 09:22:52 +0000 Subject: [PATCH] removed redundant 4CC Originally committed as revision 1467 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/mov.c | 1 - 1 file changed, 1 deletion(-) 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 */