diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-09-22 09:23:13 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-09-22 09:34:56 +0200 |
commit | ab4ee9fd5ed8a875f1e0e5509cccb4bff79dcc6a (patch) | |
tree | 1c85fc8d714d6e4f9a42452514df5df3161b544e /tests/ref/fate/ffprobe_json | |
parent | 42047c3e865b82f53df0cc43836bc4962de6db6b (diff) | |
download | ffmpeg-ab4ee9fd5ed8a875f1e0e5509cccb4bff79dcc6a.tar.gz |
tests: update fate-ffprobe test to make use of -bitexact flag
Should fix tests with --enable-small.
Diffstat (limited to 'tests/ref/fate/ffprobe_json')
-rw-r--r-- | tests/ref/fate/ffprobe_json | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/ref/fate/ffprobe_json b/tests/ref/fate/ffprobe_json index 05f03a881d..23e72df82d 100644 --- a/tests/ref/fate/ffprobe_json +++ b/tests/ref/fate/ffprobe_json @@ -475,7 +475,6 @@ { "index": 0, "codec_name": "pcm_s16le", - "codec_long_name": "PCM signed 16-bit little-endian", "codec_type": "audio", "codec_time_base": "1/44100", "codec_tag_string": "[1][0][0][0]", @@ -500,7 +499,6 @@ { "index": 1, "codec_name": "rawvideo", - "codec_long_name": "raw video", "codec_type": "video", "codec_time_base": "1/25", "codec_tag_string": "RGB[24]", @@ -528,7 +526,6 @@ { "index": 2, "codec_name": "rawvideo", - "codec_long_name": "raw video", "codec_type": "video", "codec_time_base": "1/25", "codec_tag_string": "RGB[24]", @@ -558,7 +555,6 @@ "filename": "tests/data/ffprobe-test.nut", "nb_streams": 3, "format_name": "nut", - "format_long_name": "NUT", "start_time": "0.000000", "duration": "11.960000", "size": "1054624", |