libxavs: add an AVClass at the beginning of XavsContext.
authorAnton Khirnov <anton@khirnov.net>
Tue, 21 Feb 2012 21:57:59 +0000 (22:57 +0100)
committerAnton Khirnov <anton@khirnov.net>
Thu, 23 Feb 2012 18:25:50 +0000 (19:25 +0100)
libavcodec/libxavs.c

index 83f74a7..f285ac4 100644 (file)
@@ -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;