[vlc-commits] commit: Add jp2k fourCC (Jean-Baptiste Kempf )
    git at videolan.org 
    git at videolan.org
       
    Fri Jun 25 11:34:50 CEST 2010
    
    
  
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Jun 25 11:34:41 2010 +0200| [c1ba81aeb1d72979953c4eeaf85f1202e0008469] | committer: Jean-Baptiste Kempf 
Add jp2k fourCC
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c1ba81aeb1d72979953c4eeaf85f1202e0008469
---
 src/misc/fourcc.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/misc/fourcc.c b/src/misc/fourcc.c
index 4739ae2..ec33f76 100644
--- a/src/misc/fourcc.c
+++ b/src/misc/fourcc.c
@@ -787,7 +787,10 @@ static const entry_t p_list_video[] = {
         A("pcx "),
 
     B(VLC_CODEC_JPEG2000, "JPEG 2000 Image"),
+        A("JP2K"),
         A("mjp2"),
+        A("MJP2"),
+        A("MJ2C"),
 
     B(0, "")
 };
    
    
More information about the vlc-commits
mailing list