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_default | |
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_default')
-rw-r--r-- | tests/ref/fate/ffprobe_default | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/ref/fate/ffprobe_default b/tests/ref/fate/ffprobe_default index 26922c135d..6f6341da3b 100644 --- a/tests/ref/fate/ffprobe_default +++ b/tests/ref/fate/ffprobe_default @@ -27,7 +27,7 @@ pkt_size=2048 sample_fmt=s16 nb_samples=1024 channels=1 -channel_layout=mono +channel_layout=unknown [/FRAME] [PACKET] codec_type=video @@ -132,7 +132,7 @@ pkt_size=2048 sample_fmt=s16 nb_samples=1024 channels=1 -channel_layout=mono +channel_layout=unknown [/FRAME] [PACKET] codec_type=video @@ -237,7 +237,7 @@ pkt_size=2048 sample_fmt=s16 nb_samples=1024 channels=1 -channel_layout=mono +channel_layout=unknown [/FRAME] [PACKET] codec_type=audio @@ -268,7 +268,7 @@ pkt_size=2048 sample_fmt=s16 nb_samples=1024 channels=1 -channel_layout=mono +channel_layout=unknown [/FRAME] [PACKET] codec_type=video @@ -373,7 +373,7 @@ pkt_size=2048 sample_fmt=s16 nb_samples=1024 channels=1 -channel_layout=mono +channel_layout=unknown [/FRAME] [PACKET] codec_type=audio @@ -404,7 +404,7 @@ pkt_size=2048 sample_fmt=s16 nb_samples=1024 channels=1 -channel_layout=mono +channel_layout=unknown [/FRAME] [PACKET] codec_type=video |