Commit 01e3fc39 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

avcodec: add Intergraph JPEG fourcc to avcodec module

parent b007760f
...@@ -362,6 +362,8 @@ static struct ...@@ -362,6 +362,8 @@ static struct
VIDEO_ES, "Avid Motion JPEG" }, VIDEO_ES, "Avid Motion JPEG" },
{ VLC_FOURCC( 'd','m','b','1' ), CODEC_ID_MJPEG, { VLC_FOURCC( 'd','m','b','1' ), CODEC_ID_MJPEG,
VIDEO_ES, "Motion JPEG OpenDML Video" }, VIDEO_ES, "Motion JPEG OpenDML Video" },
{ VLC_FOURCC( 'I','J','P','G' ), CODEC_ID_MJPEG,
VIDEO_ES, "Intergraph JPEG Video" },
/* SP5x */ /* SP5x */
{ VLC_FOURCC( 'S','P','5','X' ), CODEC_ID_SP5X, { VLC_FOURCC( 'S','P','5','X' ), CODEC_ID_SP5X,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment