Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-09-01 15:42:00 +0300
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-09-05 21:32:12 +0300
commit5c16df1b92c519238e10664eeab3adb3b9016edd (patch)
tree29d3df853379b45ed1daa8409e2f4f7d68821e84 /fftools
parente6d89d0efd9194198d9964e47bf428be222594ea (diff)
fftools/ffprobe: Report initial and trailing padding
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'fftools')
-rw-r--r--fftools/ffprobe.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/fftools/ffprobe.c b/fftools/ffprobe.c
index 3344a06409..8ee1b1036c 100644
--- a/fftools/ffprobe.c
+++ b/fftools/ffprobe.c
@@ -3044,6 +3044,8 @@ static int show_stream(WriterContext *w, AVFormatContext *fmt_ctx, int stream_id
}
print_int("bits_per_sample", av_get_bits_per_sample(par->codec_id));
+
+ print_int("initial_padding", par->initial_padding);
break;
case AVMEDIA_TYPE_SUBTITLE: