diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2014-09-08 17:45:57 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2014-09-08 17:49:20 +0200 |
commit | 42b4da75b73d79e7323512bcfb7fe32ab0b24178 (patch) | |
tree | 64b9352a4e7ae6173f0c04385d29dcb2c802f97c /tests/ref/fate/ffprobe_ini | |
parent | 2b1f6a351638da0b2e2135ea7febc880d0b8b7d3 (diff) | |
download | ffmpeg-42b4da75b73d79e7323512bcfb7fe32ab0b24178.tar.gz |
Print bits_per_raw_sample for ffprobe -show_streams.
Fixes ticket #3919.
Diffstat (limited to 'tests/ref/fate/ffprobe_ini')
-rw-r--r-- | tests/ref/fate/ffprobe_ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/ref/fate/ffprobe_ini b/tests/ref/fate/ffprobe_ini index 541022c936..fbf680e321 100644 --- a/tests/ref/fate/ffprobe_ini +++ b/tests/ref/fate/ffprobe_ini @@ -533,6 +533,7 @@ duration_ts=N/A duration=N/A bit_rate=705600 max_bit_rate=N/A +bits_per_raw_sample=N/A nb_frames=N/A nb_read_frames=6 nb_read_packets=6 @@ -582,6 +583,7 @@ duration_ts=N/A duration=N/A bit_rate=N/A max_bit_rate=N/A +bits_per_raw_sample=N/A nb_frames=N/A nb_read_frames=4 nb_read_packets=4 @@ -632,6 +634,7 @@ duration_ts=N/A duration=N/A bit_rate=N/A max_bit_rate=N/A +bits_per_raw_sample=N/A nb_frames=N/A nb_read_frames=4 nb_read_packets=4 |