[vlc-commits] Map LJPG to MJPEG for decoding
    Jean-Baptiste Kempf 
    git at videolan.org
       
    Wed Nov  6 11:16:22 CET 2013
    
    
  
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Nov  6 11:14:34 2013 +0100| [d1d108f81774cf36f9c459ba00aad88d9fc89efc] | committer: Jean-Baptiste Kempf
Map LJPG to MJPEG for decoding
libavcodec only has a LJPG encoder, not a decoder
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d1d108f81774cf36f9c459ba00aad88d9fc89efc
---
 src/misc/fourcc.c |    1 +
 1 file changed, 1 insertion(+)
diff --git a/src/misc/fourcc.c b/src/misc/fourcc.c
index 78a77e1..24c4b63 100644
--- a/src/misc/fourcc.c
+++ b/src/misc/fourcc.c
@@ -355,6 +355,7 @@ static const staticentry_t p_list_video[] = {
         A("JPEG"),
         A("JFIF"),
         A("JPGL"),
+        A("LJPG"),
         A("AVDJ"),
         A("MMJP"),
         A("FLJP"),
    
    
More information about the vlc-commits
mailing list