X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=ffprobe.c;h=657867d8ec0c267e185c1f3d479718ecb2766dfa;hb=c784b5cfdc7ee1e26d0032d5b9593647def30688;hp=b9c37603848bcc5186cdf4ebb7bf057cc5260468;hpb=c67aa7f287e791b2c02c0c6471336c8adc88020e;p=ffmpeg diff --git a/ffprobe.c b/ffprobe.c index b9c37603848..657867d8ec0 100644 --- a/ffprobe.c +++ b/ffprobe.c @@ -3241,6 +3241,8 @@ int main(int argc, char **argv) char *w_name = NULL, *w_args = NULL; int ret, i; + init_dynload(); + av_log_set_flags(AV_LOG_SKIP_REPEATED); register_exit(ffprobe_cleanup); @@ -3277,6 +3279,7 @@ int main(int argc, char **argv) SET_DO_SHOW(FRAME_TAGS, frame_tags); SET_DO_SHOW(PROGRAM_TAGS, program_tags); SET_DO_SHOW(STREAM_TAGS, stream_tags); + SET_DO_SHOW(PROGRAM_STREAM_TAGS, stream_tags); SET_DO_SHOW(PACKET_TAGS, packet_tags); if (do_bitexact && (do_show_program_version || do_show_library_versions)) {