FFmpeg
|
V210DecContext Struct Reference
#include <v210dec.h>
Collaboration diagram for V210DecContext:
Data Fields | |
AVClass * | av_class |
int | custom_stride |
int | aligned_input |
int | stride_warning_shown |
void(* | unpack_frame )(const uint32_t *src, uint16_t *y, uint16_t *u, uint16_t *v, int width) |
Detailed Description
Field Documentation
int V210DecContext::aligned_input |
Definition at line 29 of file v210dec.h.
Referenced by decode_frame(), and v210_x86_init().
int V210DecContext::custom_stride |
Definition at line 28 of file v210dec.h.
Referenced by decode_frame().
int V210DecContext::stride_warning_shown |
Definition at line 30 of file v210dec.h.
Referenced by decode_frame().
void(* V210DecContext::unpack_frame) (const uint32_t *src, uint16_t *y, uint16_t *u, uint16_t *v, int width) |
Definition at line 31 of file v210dec.h.
Referenced by decode_frame(), decode_init(), and v210_x86_init().
The documentation for this struct was generated from the following file:
Generated on Mon Nov 18 2024 06:52:12 for FFmpeg by 1.8.11