[FFmpeg-devel] [PATCH] lavfi/swapuv: remove deprecated base field use

Clément Bœsch ubitux at gmail.com
Sun Mar 17 01:26:37 CET 2013


On Sun, Mar 17, 2013 at 01:09:24AM +0100, Stefano Sabatini wrote:
> ---
>  libavfilter/vf_swapuv.c |    1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/libavfilter/vf_swapuv.c b/libavfilter/vf_swapuv.c
> index ea9ffcd..2ca97f9 100644
> --- a/libavfilter/vf_swapuv.c
> +++ b/libavfilter/vf_swapuv.c
> @@ -33,7 +33,6 @@ static void do_swap(AVFrame *frame)
>  {
>      FFSWAP(uint8_t*,     frame->data[1],     frame->data[2]);
>      FFSWAP(int,          frame->linesize[1], frame->linesize[2]);
> -    FFSWAP(uint8_t*,     frame->base[1],     frame->base[2]);
>      FFSWAP(uint64_t,     frame->error[1],    frame->error[2]);
>      FFSWAP(AVBufferRef*, frame->buf[1],      frame->buf[2]);

LGTM

-- 
Clément B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 490 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20130317/0397a93d/attachment.asc>


More information about the ffmpeg-devel mailing list