> On Jul 16, 2024, at 1:23 PM, Niklas Haas <[email protected]> wrote: > > From: Niklas Haas <[email protected]> > > --- > 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 _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
