diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-09-26 12:30:08 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-09-30 12:22:19 +0200 |
commit | 301f6da0397eb8955adf355229521997390d918a (patch) | |
tree | a2f1ee16afaa875573abde388c17b62eeae9beb6 /tests/ref/fate/ffprobe_default | |
parent | 50efde6bcb96315d067ed2b5761b9fbc3e137b42 (diff) | |
download | ffmpeg-301f6da0397eb8955adf355229521997390d918a.tar.gz |
ffprobe: extend disposition printing support
This generalizes the previous work on disposition printing.
Disposition flags are shown in a dedicated section, which should improve
output intellegibility, extensibility and filtering operations.
This breaks output syntax with the recently introduced disposition
printing.
Diffstat (limited to 'tests/ref/fate/ffprobe_default')
-rw-r--r-- | tests/ref/fate/ffprobe_default | 41 |
1 files changed, 33 insertions, 8 deletions
diff --git a/tests/ref/fate/ffprobe_default b/tests/ref/fate/ffprobe_default index a9b555bf36..093efe36b1 100644 --- a/tests/ref/fate/ffprobe_default +++ b/tests/ref/fate/ffprobe_default @@ -482,8 +482,6 @@ codec_type=audio codec_time_base=1/44100 codec_tag_string=[1][0][0][0] codec_tag=0x0001 -default=0 -forced=0 sample_fmt=s16 sample_rate=44100 channels=1 @@ -500,6 +498,17 @@ bit_rate=705600 nb_frames=N/A nb_read_frames=6 nb_read_packets=6 +DISPOSITION:default=0 +DISPOSITION:dub=0 +DISPOSITION:original=0 +DISPOSITION:comment=0 +DISPOSITION:lyrics=0 +DISPOSITION:karaoke=0 +DISPOSITION:forced=0 +DISPOSITION:hearing_impaired=0 +DISPOSITION:visual_impaired=0 +DISPOSITION:clean_effects=0 +DISPOSITION:attached_pic=0 [/STREAM] [STREAM] index=1 @@ -509,8 +518,6 @@ codec_type=video codec_time_base=1/25 codec_tag_string=RGB[24] codec_tag=0x18424752 -default=0 -forced=0 width=320 height=240 has_b_frames=0 @@ -519,7 +526,6 @@ display_aspect_ratio=4:3 pix_fmt=rgb24 level=-99 timecode=N/A -attached_pic=0 id=N/A r_frame_rate=25/1 avg_frame_rate=0/0 @@ -532,6 +538,17 @@ bit_rate=N/A nb_frames=N/A nb_read_frames=4 nb_read_packets=4 +DISPOSITION:default=0 +DISPOSITION:dub=0 +DISPOSITION:original=0 +DISPOSITION:comment=0 +DISPOSITION:lyrics=0 +DISPOSITION:karaoke=0 +DISPOSITION:forced=0 +DISPOSITION:hearing_impaired=0 +DISPOSITION:visual_impaired=0 +DISPOSITION:clean_effects=0 +DISPOSITION:attached_pic=0 [/STREAM] [STREAM] index=2 @@ -541,8 +558,6 @@ codec_type=video codec_time_base=1/25 codec_tag_string=RGB[24] codec_tag=0x18424752 -default=0 -forced=0 width=100 height=100 has_b_frames=0 @@ -551,7 +566,6 @@ display_aspect_ratio=1:1 pix_fmt=rgb24 level=-99 timecode=N/A -attached_pic=0 id=N/A r_frame_rate=25/1 avg_frame_rate=0/0 @@ -564,6 +578,17 @@ bit_rate=N/A nb_frames=N/A nb_read_frames=4 nb_read_packets=4 +DISPOSITION:default=0 +DISPOSITION:dub=0 +DISPOSITION:original=0 +DISPOSITION:comment=0 +DISPOSITION:lyrics=0 +DISPOSITION:karaoke=0 +DISPOSITION:forced=0 +DISPOSITION:hearing_impaired=0 +DISPOSITION:visual_impaired=0 +DISPOSITION:clean_effects=0 +DISPOSITION:attached_pic=0 [/STREAM] [FORMAT] filename=tests/data/ffprobe-test.nut |