1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00
FFmpeg/tests/ref
Andreas Rheinhardt 129cbbd7be avcodec/aptxenc: Process data in complete blocks of four samples only
Do this by setting AVCodecInternal.pad_samples.
This prevents reading into the frame's padding and writing
into the packet's padding.

This actually happened in our FATE tests (where the number of samples
is 2 mod 4), which therefore needed to be updated.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
2022-09-19 17:05:33 +02:00
..
acodec
fate avcodec/aptxenc: Process data in complete blocks of four samples only 2022-09-19 17:05:33 +02:00
lavf fate/lavf-audio: Add dfpwm test 2022-09-18 17:48:52 +02:00
lavf-fate
pixfmt
seek avformat/matroskaenc: Write CodecDelay for codecs != Opus 2022-09-05 20:36:53 +02:00
vsynth avcodec/h263dec: Remove redundant code to set cur_pic_ptr 2022-08-18 16:53:41 +02:00