Commit d3b577f0 authored by Anton Khirnov's avatar Anton Khirnov

libxavs: add an AVClass at the beginning of XavsContext.

parent a5f848c8
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment