Skip to content

Commit

Permalink
Remove duplicated FourCC entries
Browse files Browse the repository at this point in the history
  • Loading branch information
jbkempf committed Jun 11, 2015
1 parent e17375d commit 65b7990
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/misc/fourcc_list.h
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,6 @@ static const staticentry_t p_list_video[] = {
A("mjpg"),
A("mJPG"),
A("mjpa"),
A("jpeg"),
A("JFIF"),
A("JPGL"),
A("LJPG"),
Expand All @@ -349,7 +348,6 @@ static const staticentry_t p_list_video[] = {
A("mjpb"),

B(VLC_CODEC_LJPG, "Lead Motion JPEG Video"),
A("LJPG"),
E("Ljpg", "Lead Motion JPEG"),

// ? from avcodec/fourcc.c but makes not sense.
Expand Down

0 comments on commit 65b7990

Please sign in to comment.