]> git.sesse.net Git - ffmpeg/commitdiff
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 83f74a713c866a9b0ac7a408c4d1d5ff03d97599..f285ac4e04fae06ea3065c041a85a5742c20b657 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;