diff options
author | Paul B Mahol <onemda@gmail.com> | 2017-02-26 17:05:43 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2017-02-26 17:05:43 +0100 |
commit | 3a003cc3817f97f92e572ce41379011bf7f705b7 (patch) | |
tree | 8fc51677137cf7f6976e2a3169f7c2fda4a6c19a /tests/ref/fate/ffprobe_json | |
parent | 7e4f32f4e4b93c95dcc872cb844c5548e69f352e (diff) | |
download | ffmpeg-3a003cc3817f97f92e572ce41379011bf7f705b7.tar.gz |
fate: update ffprobe stuff after dbc7f02a727286f3
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'tests/ref/fate/ffprobe_json')
-rw-r--r-- | tests/ref/fate/ffprobe_json | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/tests/ref/fate/ffprobe_json b/tests/ref/fate/ffprobe_json index 25f97bdc83..4bb93d07e1 100644 --- a/tests/ref/fate/ffprobe_json +++ b/tests/ref/fate/ffprobe_json @@ -413,9 +413,9 @@ "pts_time": "0.116100", "dts": 5120, "dts_time": "0.116100", - "duration": 1024, - "duration_time": "0.023220", - "size": "2048", + "duration": 393, + "duration_time": "0.008912", + "size": "786", "pos": "792304", "flags": "K_" }, @@ -430,12 +430,12 @@ "pkt_dts_time": "0.116100", "best_effort_timestamp": 5120, "best_effort_timestamp_time": "0.116100", - "pkt_duration": 1024, - "pkt_duration_time": "0.023220", + "pkt_duration": 393, + "pkt_duration_time": "0.008912", "pkt_pos": "792304", - "pkt_size": "2048", + "pkt_size": "786", "sample_fmt": "s16", - "nb_samples": 1024, + "nb_samples": 393, "channels": 1 }, { @@ -449,7 +449,7 @@ "duration": 2048, "duration_time": "0.040000", "size": "230400", - "pos": "794382", + "pos": "793120", "flags": "K_" }, { @@ -465,7 +465,7 @@ "best_effort_timestamp_time": "0.120000", "pkt_duration": 2048, "pkt_duration_time": "0.040000", - "pkt_pos": "794382", + "pkt_pos": "793120", "pkt_size": "230400", "width": 320, "height": 240, @@ -489,7 +489,7 @@ "duration": 2048, "duration_time": "0.040000", "size": "30000", - "pos": "1024806", + "pos": "1023544", "flags": "K_" }, { @@ -505,7 +505,7 @@ "best_effort_timestamp_time": "0.120000", "pkt_duration": 2048, "pkt_duration_time": "0.040000", - "pkt_pos": "1024806", + "pkt_pos": "1023544", "pkt_size": "30000", "width": 100, "height": 100, @@ -652,8 +652,8 @@ "format_name": "nut", "start_time": "0.000000", "duration": "0.120000", - "size": "1054887", - "bit_rate": "70325800", + "size": "1053624", + "bit_rate": "70241600", "probe_score": 100, "tags": { "title": "ffprobe test file", |