diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2013-03-14 19:15:12 +0100 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2013-04-03 17:44:10 +0200 |
commit | 464f94b206b041fa383ab4257226cb3f18dfb550 (patch) | |
tree | 50b69ef99b89beb38ccfa8226d1e63370284cdfd /tests/ref/fate/ffprobe_json | |
parent | d38c173dfb4bbee19ec341202c6c79bb0aa2cdad (diff) | |
download | ffmpeg-464f94b206b041fa383ab4257226cb3f18dfb550.tar.gz |
lavc: do not init frame with guessed layout.
It is breaking support from files with unknown layout.
Diffstat (limited to 'tests/ref/fate/ffprobe_json')
-rw-r--r-- | tests/ref/fate/ffprobe_json | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/tests/ref/fate/ffprobe_json b/tests/ref/fate/ffprobe_json index 393ef4620c..51404cb932 100644 --- a/tests/ref/fate/ffprobe_json +++ b/tests/ref/fate/ffprobe_json @@ -28,8 +28,7 @@ "pkt_size": "2048", "sample_fmt": "s16", "nb_samples": 1024, - "channels": 1, - "channel_layout": "mono" + "channels": 1 }, { "type": "packet", @@ -131,8 +130,7 @@ "pkt_size": "2048", "sample_fmt": "s16", "nb_samples": 1024, - "channels": 1, - "channel_layout": "mono" + "channels": 1 }, { "type": "packet", @@ -234,8 +232,7 @@ "pkt_size": "2048", "sample_fmt": "s16", "nb_samples": 1024, - "channels": 1, - "channel_layout": "mono" + "channels": 1 }, { "type": "packet", @@ -265,8 +262,7 @@ "pkt_size": "2048", "sample_fmt": "s16", "nb_samples": 1024, - "channels": 1, - "channel_layout": "mono" + "channels": 1 }, { "type": "packet", @@ -368,8 +364,7 @@ "pkt_size": "2048", "sample_fmt": "s16", "nb_samples": 1024, - "channels": 1, - "channel_layout": "mono" + "channels": 1 }, { "type": "packet", @@ -399,8 +394,7 @@ "pkt_size": "2048", "sample_fmt": "s16", "nb_samples": 1024, - "channels": 1, - "channel_layout": "mono" + "channels": 1 }, { "type": "packet", |