Commit 6c3b3cfd authored by Stefano Sabatini's avatar Stefano Sabatini

ffprobe: add frame metadata printing

parent 75abfab6
...@@ -1645,6 +1645,7 @@ static void show_frame(WriterContext *w, AVFrame *frame, AVStream *stream) ...@@ -1645,6 +1645,7 @@ static void show_frame(WriterContext *w, AVFrame *frame, AVStream *stream)
print_int("nb_samples", frame->nb_samples); print_int("nb_samples", frame->nb_samples);
break; break;
} }
show_tags(av_frame_get_metadata(frame));
print_section_footer("frame"); print_section_footer("frame");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment