[vlc-devel] commit: Add a FourCC for mpeg1/2 (Jean-Baptiste Kempf )
git version control
git at videolan.org
Thu Oct 1 01:48:28 CEST 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Oct 1 01:47:42 2009 +0200| [fb2483f81c542aedd0468ae51542f576477df539] | committer: Jean-Baptiste Kempf
Add a FourCC for mpeg1/2
cf http://forum.videolan.org/viewtopic.php?f=14&t=65816&start=0
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fb2483f81c542aedd0468ae51542f576477df539
---
src/misc/fourcc.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/misc/fourcc.c b/src/misc/fourcc.c
index 521c7ce..16c8465 100644
--- a/src/misc/fourcc.c
+++ b/src/misc/fourcc.c
@@ -65,6 +65,7 @@ static const entry_t p_list_video[] = {
A("mp2v"),
A("MPEG"),
A("mpg2"),
+ A("MPG2"),
E("PIM1", "Pinnacle DC1000 (MPEG-1 Video)"),
More information about the vlc-devel
mailing list