mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-17 21:14:47 +00:00
libxavs: add an AVClass at the beginning of XavsContext.
This commit is contained in:
parent
a5f848c86d
commit
d3b577f00d
@ -37,6 +37,7 @@
|
||||
#define XAVS_PART_B8X8 0x100 /* Analyze b16x8, b*/
|
||||
|
||||
typedef struct XavsContext {
|
||||
AVClass *class;
|
||||
xavs_param_t params;
|
||||
xavs_t *enc;
|
||||
xavs_picture_t pic;
|
||||
|
Loading…
Reference in New Issue
Block a user