diff options
author | Tobias Rapp <t.rapp@noa-audio.com> | 2014-06-17 09:01:07 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-06-24 00:35:16 +0200 |
commit | f6e772f9b5cf9040c268caed8b027a9c186812ef (patch) | |
tree | f39cf545ce48f1602394424238504e225e88d650 /tests/ref/fate/ffprobe_ini | |
parent | 9326caa5faa1dffb89bc718194a618a16caa780d (diff) | |
download | ffmpeg-f6e772f9b5cf9040c268caed8b027a9c186812ef.tar.gz |
ffprobe: add color_range and color_space to stream output
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/ref/fate/ffprobe_ini')
-rw-r--r-- | tests/ref/fate/ffprobe_ini | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/ref/fate/ffprobe_ini b/tests/ref/fate/ffprobe_ini index 690babcb65..541022c936 100644 --- a/tests/ref/fate/ffprobe_ini +++ b/tests/ref/fate/ffprobe_ini @@ -569,6 +569,8 @@ sample_aspect_ratio=1\:1 display_aspect_ratio=4\:3 pix_fmt=rgb24 level=-99 +color_range=N/A +color_space=unknown timecode=N/A id=N/A r_frame_rate=25/1 @@ -617,6 +619,8 @@ sample_aspect_ratio=1\:1 display_aspect_ratio=1\:1 pix_fmt=rgb24 level=-99 +color_range=N/A +color_space=unknown timecode=N/A id=N/A r_frame_rate=25/1 |