On 29/11/13 20:52, Anton Khirnov wrote:
> Use only proper AVFrame API (no assigning of whole frames, since that
> hardcodes sizeof(AVFrame) into lavc).
> 
> Make a copy of the side data, so the caller can use av_frame_unref/free
> on non-refcounted frames, eliminating the need for
> avcodec_get_frame_defaults()/avcodec_free_frame().
> ---
>  libavcodec/internal.h |    2 +-
>  libavcodec/utils.c    |   75 
> ++++++++++++++++++++++++++++++++++++++-----------
>  2 files changed, 59 insertions(+), 18 deletions(-)
> 

Looks nice.

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to