diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2023-09-25 18:21:55 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2023-09-28 00:17:47 +0200 |
commit | 418332e01ce99d43f218504e4e4e1b4ea89c9a49 (patch) | |
tree | 53db7aa3c53bdfecde26b54e2d9c2154386c53c7 /libavcodec/arm/fmtconvert_vfp.S | |
parent | 0228e27dedc66c98e5b25dee0f95e664a185bbf1 (diff) | |
download | ffmpeg-418332e01ce99d43f218504e4e4e1b4ea89c9a49.tar.gz |
avcodec/snow: Split ff_snow_get_buffer()
The part of said function that is common to both encoder and decoder
is negligible since c954cf1e1b766a0d1992d5be0a8be0055a8e1a6a
and more than offset by the costs of "Am I an encoder?" checks.
So move allocating the frames to the encoder and decoder directly.
Also rename ff_snow_frame_start() to ff_snow_frames_prepare(),
because a frame without a buffer has not been properly started.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/arm/fmtconvert_vfp.S')
0 files changed, 0 insertions, 0 deletions