mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
lavfi/swapuv: remove deprecated base field use
This commit is contained in:
parent
5fe542d7e1
commit
5787a71637
@ -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]);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user