[FFmpeg-devel] [PATCH 5/5] fftools/ffprobe: implement dv_md_compression
Cosmin Stejerean
cosmin at cosmin.at
Tue Jul 16 14:32:28 EEST 2024
> On Jul 16, 2024, at 1:23 PM, Niklas Haas <ffmpeg at haasn.xyz> wrote:
>
> From: Niklas Haas <git at haasn.dev>
>
> ---
> fftools/ffprobe.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/fftools/ffprobe.c b/fftools/ffprobe.c
> index 0b7d4ce0d7..265718467f 100644
> --- a/fftools/ffprobe.c
> +++ b/fftools/ffprobe.c
> @@ -2611,6 +2611,7 @@ static void print_pkt_side_data(WriterContext *w,
> print_int("el_present_flag", dovi->el_present_flag);
> print_int("bl_present_flag", dovi->bl_present_flag);
> print_int("dv_bl_signal_compatibility_id", dovi->dv_bl_signal_compatibility_id);
> + print_int("dv_md_compression", dovi->dv_md_compression);
> } else if (sd->type == AV_PKT_DATA_AUDIO_SERVICE_TYPE) {
> enum AVAudioServiceType *t = (enum AVAudioServiceType *)sd->data;
> print_int("service_type", *t);
> --
> 2.45.2
>
>
LGTM
More information about the ffmpeg-devel
mailing list