mirror of https://git.ffmpeg.org/ffmpeg.git
removed redundant 4CC
Originally committed as revision 1467 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
8b879f18d1
commit
7ed2dd2db4
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue