31 AVPixelFormat pixel_format = AVPixelFormat(-1);
36 AVPixelFormat hwaccel_sw_format = AVPixelFormat(-1);
45 AVColorRange color_range = AVColorRange(-1);
46 AVColorPrimaries color_primaries = AVColorPrimaries(-1);
47 AVColorTransferCharacteristic color_trc = AVColorTransferCharacteristic(-1);
48 AVColorSpace color_space = AVColorSpace(-1);
49 AVChromaLocation chroma_location = AVChromaLocation(-1);
51#if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(61, 3, 100)
52 AVMasteringDisplayMetadata mastering_display{};
53 std::optional<AVContentLightMetadata> content_light{};
59 Interlacing interlacing = ::Video::Interlacing::None;
62 OutputFormat output_format = ::Video::OutputFormat::SDR;
63 Tonemap tonemap = ::Video::Tonemap::Auto;
64 Deinterlace deinterlace = ::Video::Deinterlace::Weave;