Quoting Andreas Rheinhardt (2023-09-19 21:57:07) > Avoids allocations and error checks and allows to remove > cleanup code for earlier allocations. Also avoids casts > and indirections. > > Signed-off-by: Andreas Rheinhardt <[email protected]> > --- > I actually intend to remove the ThreadFrame API in the not-so > long-term. > > libavcodec/h264_mb.c | 4 ++-- > libavcodec/pthread_frame.c | 23 ++++++++++++----------- > libavcodec/threadframe.h | 4 +--- > libavcodec/utils.c | 14 ++++---------- > 4 files changed, 19 insertions(+), 26 deletions(-)
LGTM -- Anton Khirnov _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
