[vlc-commits] Add yet another FourCC
    Jean-Baptiste Kempf 
    git at videolan.org
       
    Tue Jul 17 15:56:47 CEST 2012
    
    
  
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Jul 17 15:56:34 2012 +0200| [5e36262acb5516ed4dcf3c88de1112d6e33b3944] | committer: Jean-Baptiste Kempf
Add yet another FourCC
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5e36262acb5516ed4dcf3c88de1112d6e33b3944
---
 src/misc/fourcc.c |    1 +
 1 file changed, 1 insertion(+)
diff --git a/src/misc/fourcc.c b/src/misc/fourcc.c
index a7d6d7c..8839726 100644
--- a/src/misc/fourcc.c
+++ b/src/misc/fourcc.c
@@ -155,6 +155,7 @@ static const entry_t p_list_video[] = {
         A("SN40"),
         A("EPHV"),
         A("DM4V"),
+        A("SM4V"),
         /* XVID flavours */
         E("xvid", "Xvid MPEG-4 Video"),
         E("XVID", "Xvid MPEG-4 Video"),
    
    
More information about the vlc-commits
mailing list