mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-20 06:20:40 +00:00
Merge commit 'ae9d13f03e6c81ea00fafe6aa74b4a849ec8da1a'
* commit 'ae9d13f03e6c81ea00fafe6aa74b4a849ec8da1a':
img2: add stereo 3d still picture file extensions
Conflicts:
libavformat/img2.c
See: 6fe12c7ff2
Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
2644df82e6
@ -32,6 +32,7 @@ static const IdStrMap img_tags[] = {
|
||||
{ AV_CODEC_ID_MJPEG, "jpeg" },
|
||||
{ AV_CODEC_ID_MJPEG, "jpg" },
|
||||
{ AV_CODEC_ID_MJPEG, "jps" },
|
||||
{ AV_CODEC_ID_MJPEG, "mpo" },
|
||||
{ AV_CODEC_ID_LJPEG, "ljpg" },
|
||||
{ AV_CODEC_ID_JPEGLS, "jls" },
|
||||
{ AV_CODEC_ID_PNG, "png" },
|
||||
|
Loading…
Reference in New Issue
Block a user