mirror of https://github.com/FFmpeg/FFmpeg.git
According to EBU tech 3285 supplement 3 the dwPosPeakOfPeaks field should contain the absolute position to the maximum audio sample value, but the current implementation writes the relative peak frame index instead. Fix the issue by writing the "unknown" value (-1) for now until the feature is implemented correctly. Previous version reviewed-by: Peter Bubestinger <p.bubestinger@av-rd.com> Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Tobias Rapp <t.rapp@noa-archive.com>pull/272/head
parent
ae100046ca
commit
a07ac93023
4 changed files with 4 additions and 13 deletions
@ -1,3 +1,3 @@ |
||||
35148d1f6e66b0080893851d917ecbf4 *./tests/data/lavf/lavf.peak.wav |
||||
105805963fb767d00da056f42f32d9f3 *./tests/data/lavf/lavf.peak.wav |
||||
89094 ./tests/data/lavf/lavf.peak.wav |
||||
./tests/data/lavf/lavf.peak.wav CRC=0x3a1da17e |
||||
|
@ -1,2 +1,2 @@ |
||||
b609a363e6d490710ed52231a8d09d3c *./tests/data/lavf/lavf.peak_only.wav |
||||
f1a8aeeae8069f3992c4d780436c3d23 *./tests/data/lavf/lavf.peak_only.wav |
||||
832 ./tests/data/lavf/lavf.peak_only.wav |
||||
|
Loading…
Reference in new issue