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.
_______________________________________________
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".

Reply via email to