diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-11-28 01:32:22 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-11-28 02:03:56 +0100 |
commit | 2754dbb6e151732f9d27fcc483e6701f010b5451 (patch) | |
tree | aaddf69edea4684535329bcabd61ce677cae1cd0 /tests/ref/fate/ffprobe_ini | |
parent | 3a227f5d904265313fa89cdafb3161bdf261fd50 (diff) | |
download | ffmpeg-2754dbb6e151732f9d27fcc483e6701f010b5451.tar.gz |
nut: put nut PCM audio tags in front of avi tags.
This fixes correctly storing and identifying PCM in nut.
Based on patch by Luca Barbato
Found-by: durandal_1707
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/ref/fate/ffprobe_ini')
-rw-r--r-- | tests/ref/fate/ffprobe_ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ref/fate/ffprobe_ini b/tests/ref/fate/ffprobe_ini index af38129a4f..abaf3e1e3c 100644 --- a/tests/ref/fate/ffprobe_ini +++ b/tests/ref/fate/ffprobe_ini @@ -482,8 +482,8 @@ codec_name=pcm_s16le profile=unknown codec_type=audio codec_time_base=1/44100 -codec_tag_string=[1][0][0][0] -codec_tag=0x0001 +codec_tag_string=PSD[16] +codec_tag=0x10445350 sample_fmt=s16 sample_rate=44100 channels=1 |