mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-07-01 21:48:15 +08:00
libxavs: add an AVClass at the beginning of XavsContext.
This commit is contained in:
@ -37,6 +37,7 @@
|
|||||||
#define XAVS_PART_B8X8 0x100 /* Analyze b16x8, b*/
|
#define XAVS_PART_B8X8 0x100 /* Analyze b16x8, b*/
|
||||||
|
|
||||||
typedef struct XavsContext {
|
typedef struct XavsContext {
|
||||||
|
AVClass *class;
|
||||||
xavs_param_t params;
|
xavs_param_t params;
|
||||||
xavs_t *enc;
|
xavs_t *enc;
|
||||||
xavs_picture_t pic;
|
xavs_picture_t pic;
|
||||||
|
Reference in New Issue
Block a user