[FFmpeg-devel] [FFmpeg-cvslog] avcodec/tiff: Recognize DNG/CinemaDNG images

Carl Eugen Hoyos ceffmpeg at gmail.com
Fri May 31 23:51:24 EEST 2019


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)

> 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.

Carl Eugen


More information about the ffmpeg-devel mailing list