diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-05-02 18:44:22 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-05-02 18:57:29 +0200 |
commit | fd68371b072824ee6f63e38e1b2f6921a05bedcc (patch) | |
tree | d9bda44cd1f8c8c450549632fb8370776032e361 /tests/ref/fate/ffprobe_json | |
parent | 60ab4480423769ac3db487aba5232b187036c7ea (diff) | |
download | ffmpeg-fd68371b072824ee6f63e38e1b2f6921a05bedcc.tar.gz |
nutdec: Implement duration parsing for indexed nuts
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/ref/fate/ffprobe_json')
-rw-r--r-- | tests/ref/fate/ffprobe_json | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/tests/ref/fate/ffprobe_json b/tests/ref/fate/ffprobe_json index 51404cb932..fc3d22e89c 100644 --- a/tests/ref/fate/ffprobe_json +++ b/tests/ref/fate/ffprobe_json @@ -486,8 +486,6 @@ "time_base": "1/44100", "start_pts": 0, "start_time": "0.000000", - "duration_ts": 527406, - "duration": "11.959320", "bit_rate": "705600", "nb_read_frames": "6", "nb_read_packets": "6", @@ -527,8 +525,6 @@ "time_base": "1/51200", "start_pts": 0, "start_time": "0.000000", - "duration_ts": 612317, - "duration": "11.959316", "nb_read_frames": "4", "nb_read_packets": "4", "disposition": { @@ -568,8 +564,6 @@ "time_base": "1/51200", "start_pts": 0, "start_time": "0.000000", - "duration_ts": 612317, - "duration": "11.959316", "nb_read_frames": "4", "nb_read_packets": "4", "disposition": { @@ -592,9 +586,9 @@ "nb_streams": 3, "format_name": "nut", "start_time": "0.000000", - "duration": "11.959320", + "duration": "0.120000", "size": "1054812", - "bit_rate": "705599", + "bit_rate": "70320800", "tags": { "title": "ffprobe test file", "comment": "'A comment with CSV, XML & JSON special chars': <tag value=\"x\">", |