Home
last modified time | relevance | path

Searched refs:gimp_tag (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Ddds.c120 uint32_t flags, fourcc, gimp_tag; in parse_pixel_format() local
127 gimp_tag = bytestream2_get_le32(gbc); in parse_pixel_format()
128 alpha_exponent = gimp_tag == MKTAG('A', 'E', 'X', 'P'); in parse_pixel_format()
129 ycocg_classic = gimp_tag == MKTAG('Y', 'C', 'G', '1'); in parse_pixel_format()
130 ycocg_scaled = gimp_tag == MKTAG('Y', 'C', 'G', '2'); in parse_pixel_format()
165 if (gimp_tag) in parse_pixel_format()
166 av_log(avctx, AV_LOG_VERBOSE, "and GIMP-DDS tag %s\n", av_fourcc2str(gimp_tag)); in parse_pixel_format()