[FFmpeg-devel] [FFmpeg-cvslog] avcodec/tiff: Recognize DNG/CinemaDNG images
Paul B Mahol
onemda at gmail.com
Sat Jun 1 10:27:23 EEST 2019
On 5/31/19, Carl Eugen Hoyos <ceffmpeg at gmail.com> wrote:
> Am Do., 30. Mai 2019 um 19:38 Uhr schrieb Nick Renieris <git at videolan.org>:
>
>> diff --git a/libavcodec/tiff.h b/libavcodec/tiff.h
>> index 4b08650108..81913c6b1a 100644
>> --- a/libavcodec/tiff.h
>> +++ b/libavcodec/tiff.h
>> @@ -20,7 +20,7 @@
>>
>> /**
>> * @file
>> - * TIFF tables
>> + * TIFF constants & data structures
>
> This looks like an unrelated change that should be separate.
> (There may be others)
no
>
>> diff --git a/libavformat/img2.c b/libavformat/img2.c
>> index 8432cc0955..16bc9d2abd 100644
>> --- a/libavformat/img2.c
>> +++ b/libavformat/img2.c
>> @@ -51,6 +51,7 @@ const IdStrMap ff_img_tags[] = {
>> { AV_CODEC_ID_TARGA, "tga" },
>> { AV_CODEC_ID_TIFF, "tiff" },
>> { AV_CODEC_ID_TIFF, "tif" },
>> + { AV_CODEC_ID_TIFF, "dng" },
>
> This is ok but imo unrelated to the rest of the patch.
no
>
> Carl Eugen
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request at ffmpeg.org with subject "unsubscribe".
More information about the ffmpeg-devel
mailing list