vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Thu Jun 11 23:25:42 2015 +0200| [65b7990c4fad6bede8fbed05941efca815d295a4] | committer: Jean-Baptiste Kempf
Remove duplicated FourCC entries > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=65b7990c4fad6bede8fbed05941efca815d295a4 --- src/misc/fourcc_list.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/misc/fourcc_list.h b/src/misc/fourcc_list.h index 214a2a7..dcc9c57 100644 --- a/src/misc/fourcc_list.h +++ b/src/misc/fourcc_list.h @@ -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"), @@ -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. _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
