[vlc-commits] Support GoToMeeting 5 fourcc

Jean-Baptiste Kempf git at videolan.org
Fri Jan 20 12:15:16 CET 2017


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Jan 20 12:15:00 2017 +0100| [4a4fc1d0c2a97fbe633c1762d00fe1aeee55b928] | committer: Jean-Baptiste Kempf

Support GoToMeeting 5 fourcc

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

 src/misc/fourcc_list.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/misc/fourcc_list.h b/src/misc/fourcc_list.h
index e83ff7d..ba1210e 100644
--- a/src/misc/fourcc_list.h
+++ b/src/misc/fourcc_list.h
@@ -705,6 +705,7 @@ static const staticentry_t p_list_video[] = {
 
     B(VLC_CODEC_G2M4, "GoTo Meeting Codec 4"),
         A("G2M4"),
+        A("G2M5"),
 
     B(VLC_CODEC_FIC, "Mirillis FIC video"),
         A("FICV"),



More information about the vlc-commits mailing list