[FFmpeg-devel] [PATCH 07/12] avformat/av1, avc, hevc: Remove av_freep()

James Almer jamrial at gmail.com
Sun Jan 26 17:53:25 EET 2020


On 1/24/2020 7:48 PM, Andreas Rheinhardt wrote:
> ff_av1_filter_obus_buf() and ff_avc_parse_nal_units_buf() both have a
> pointer-to-pointer parameter which they use to pass a newly allocated
> buffer to the caller. And both functions freed what this pointer points to
> before overwriting it. But no caller of these functions used this feature,
> but some had to initialize the pointer just because of this. So remove
> it and update the documentation of ff_av1_filter_obus_buf() wrt this fact.
> 
> ff_hevc_annexb2mp4_buf in contrast did not free the pointer. This has been
> documented, too.

Pushed patches 1 to 7. Thanks.


More information about the ffmpeg-devel mailing list