[vlc-commits] Support m1v FourCC

Jean-Baptiste Kempf git at videolan.org
Tue Feb 14 13:48:52 CET 2017


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Feb 14 13:48:40 2017 +0100| [36cf862d0f941f7c55d12b352a29a090bcba76e1] | committer: Jean-Baptiste Kempf

Support m1v FourCC

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

 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 a342989..2890907 100644
--- a/src/misc/fourcc_list.h
+++ b/src/misc/fourcc_list.h
@@ -25,6 +25,7 @@ static const staticentry_t p_list_video[] = {
 
     B(VLC_CODEC_MP1V, "MPEG-1 Video"),
         A("mp1v"),
+        A("m1v "),
         A("mpg1"),
         A("BW10"),
         E("XMPG", "Xing MPEG-1 Intra"),



More information about the vlc-commits mailing list