Quoting Andreas Rheinhardt (2020-10-19 13:07:05) > Signed-off-by: Andreas Rheinhardt <andreas.rheinha...@gmail.com> > --- > libavcodec/on2avc.c | 35 ++++++++++++++++++----------------- > 1 file changed, 18 insertions(+), 17 deletions(-) >
I don't quite see the point of this. I cannot imagine it is measurably faster, the memory savings should also be negligible. And strictly speaking, it is API abuse as the functions are tied to the context. It is conceivable that they could be compiled at runtime and freeing the context would invalidate them. -- Anton Khirnov _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".