diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2016-04-12 13:10:09 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2016-04-15 00:33:55 +0200 |
commit | 21acc4db5fa3f11997b2a27f03e87eac4d69e088 (patch) | |
tree | 21400c16abb3ad15d3aa738f79c94dc4ed239691 /tests | |
parent | c8ed93efcf4d52babb7dd1d2dec6c564bbda6da5 (diff) | |
download | ffmpeg-streaming-21acc4db5fa3f11997b2a27f03e87eac4d69e088.zip ffmpeg-streaming-21acc4db5fa3f11997b2a27f03e87eac4d69e088.tar.gz |
avcodec: Add bits_per_raw_sample to AVCodecParameters
The bits_per_raw_sample represents the number of bits of precision per sample.
The field is added at the logical place, not at the end as the code was just
recently added
This fixes the regression about losing the audio sample precision information
The change in the fate test checksum un-does the change from the merge
Previous version reviewed by: wm4 <nfxjfg@googlemail.com>
Previous version reviewed by: Dominik 'Rathann' Mierzejewski <dominik@greysector.net>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ref/lavf/ffm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ref/lavf/ffm b/tests/ref/lavf/ffm index e45ef08..c4d7e1f 100644 --- a/tests/ref/lavf/ffm +++ b/tests/ref/lavf/ffm @@ -1,3 +1,3 @@ -79674a5219d00e1d2221a29157b35eb4 *./tests/data/lavf/lavf.ffm +e63c16b5f0ad5015304fc4009fdb33ca *./tests/data/lavf/lavf.ffm 376832 ./tests/data/lavf/lavf.ffm ./tests/data/lavf/lavf.ffm CRC=0x000e23ae |