diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2003-07-12 16:55:15 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2003-07-12 16:55:15 +0000 |
commit | 5b9d235fceb8aebcd072bddfb231f038c6c012c2 (patch) | |
tree | ce0bd137cc02372af0b19eebf9605493e8e5a2ea /libavformat | |
parent | 3b37408be8c319d5bc734970b64c3fd37784bba2 (diff) | |
download | ffmpeg-5b9d235fceb8aebcd072bddfb231f038c6c012c2.tar.gz |
10l
Originally committed as revision 2037 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/avienc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/avienc.c b/libavformat/avienc.c index cf9042ed5a..550672b3a1 100644 --- a/libavformat/avienc.c +++ b/libavformat/avienc.c @@ -153,6 +153,7 @@ const CodecTag codec_bmp_tags[] = { { CODEC_ID_MJPEG, MKTAG('M', 'J', 'P', 'G') }, { CODEC_ID_MJPEG, MKTAG('m', 'j', 'p', 'g') }, { CODEC_ID_MJPEG, MKTAG('L', 'J', 'P', 'G') }, + { CODEC_ID_LJPEG, MKTAG('L', 'J', 'P', 'G') }, { CODEC_ID_MJPEG, MKTAG('J', 'P', 'G', 'L') }, /* Pegasus lossless JPEG */ { CODEC_ID_HUFFYUV, MKTAG('H', 'F', 'Y', 'U') }, { CODEC_ID_HUFFYUV, MKTAG('h', 'f', 'y', 'u') }, |