FFmpeg
Data Fields
MemcpyPriv Struct Reference

Copyright (C) 2025 Niklas Haas. More...

Data Fields

int num_planes
 
int index [4]
 
uint8_t clear_value [4]
 

Detailed Description

Copyright (C) 2025 Niklas Haas.

This file is part of FFmpeg.

FFmpeg is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

FFmpeg is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with FFmpeg; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

Definition at line 25 of file ops_memcpy.c.

Field Documentation

◆ num_planes

int MemcpyPriv::num_planes

Definition at line 26 of file ops_memcpy.c.

Referenced by compile(), and process().

◆ index

int MemcpyPriv::index[4]

Definition at line 27 of file ops_memcpy.c.

Referenced by compile(), and process().

◆ clear_value

uint8_t MemcpyPriv::clear_value[4]

Definition at line 28 of file ops_memcpy.c.

Referenced by compile(), and process().


The documentation for this struct was generated from the following file: