You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
lavfi/swapuv: remove deprecated base field use
This commit is contained in:
@@ -33,7 +33,6 @@ static void do_swap(AVFrame *frame)
|
|||||||
{
|
{
|
||||||
FFSWAP(uint8_t*, frame->data[1], frame->data[2]);
|
FFSWAP(uint8_t*, frame->data[1], frame->data[2]);
|
||||||
FFSWAP(int, frame->linesize[1], frame->linesize[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(uint64_t, frame->error[1], frame->error[2]);
|
||||||
FFSWAP(AVBufferRef*, frame->buf[1], frame->buf[2]);
|
FFSWAP(AVBufferRef*, frame->buf[1], frame->buf[2]);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user