[vlc-devel] commit: avcodec: add Intergraph JPEG fourcc to avcodec module ( Derk-Jan Hartman )

git version control git at videolan.org
Thu Jul 31 15:41:27 CEST 2008


vlc | branch: master | Derk-Jan Hartman <hartman at videolan.org> | Thu Jul 31 15:35:32 2008 +0200| [01e3fc39c13b1354548abfbae8eee1e9b73b4042]

avcodec: add Intergraph JPEG fourcc to avcodec module

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

 modules/codec/avcodec/fourcc.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/modules/codec/avcodec/fourcc.h b/modules/codec/avcodec/fourcc.h
index 00d8ed7..8597e0c 100644
--- a/modules/codec/avcodec/fourcc.h
+++ b/modules/codec/avcodec/fourcc.h
@@ -362,6 +362,8 @@ static struct
       VIDEO_ES, "Avid Motion JPEG" },
     { VLC_FOURCC( 'd','m','b','1' ), CODEC_ID_MJPEG,
       VIDEO_ES, "Motion JPEG OpenDML Video" },
+    { VLC_FOURCC( 'I','J','P','G' ), CODEC_ID_MJPEG,
+      VIDEO_ES, "Intergraph JPEG Video" },
 
     /* SP5x */
     { VLC_FOURCC( 'S','P','5','X' ), CODEC_ID_SP5X,




More information about the vlc-devel mailing list