[vlc-commits] fourcc: add avc3

Francois Cartegnie git at videolan.org
Wed Dec 24 14:17:12 CET 2014


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Wed Dec 24 14:16:08 2014 +0100| [96ce2a6b038128481ffc6c0f684e91ae29f1963e] | committer: Francois Cartegnie

fourcc: add avc3

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=96ce2a6b038128481ffc6c0f684e91ae29f1963e
---

 src/misc/fourcc.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/src/misc/fourcc.c b/src/misc/fourcc.c
index 7b83ca5..1682870 100644
--- a/src/misc/fourcc.c
+++ b/src/misc/fourcc.c
@@ -285,6 +285,7 @@ static const staticentry_t p_list_video[] = {
         /* avc1: special case h264 */
         A("avc1"),
         A("AVC1"),
+        A("avc3"),
         E("ai5p", "AVC-Intra  50M 720p24/30/60"),
         E("ai5q", "AVC-Intra  50M 720p25/50"),
         E("ai52", "AVC-Intra  50M 1080p25/50"),



More information about the vlc-commits mailing list