Re: [libav-devel] [PATCH 1/6] lavc: rename the argument of avcodec_alloc_frame/get_frame_defaults

2012-09-21 Thread Luca Barbato
Ok -- Sent from my Android phone with K-9 Mail. Please excuse my brevity.___ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-devel

[libav-devel] [PATCH 1/6] lavc: rename the argument of avcodec_alloc_frame/get_frame_defaults

2012-09-21 Thread Anton Khirnov
AVFrame is used for both audio and video, so calling the argument 'pic' is misleading. --- libavcodec/avcodec.h |4 ++-- libavcodec/utils.c | 20 ++-- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index c5cdf41.