[FFmpeg-cvslog] libxavs: add an AVClass at the beginning of XavsContext.
Anton Khirnov
git at videolan.org
Fri Feb 24 04:34:59 CET 2012
ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Tue Feb 21 22:57:59 2012 +0100| [d3b577f00d14fb8b8a962163a136dde96d9396b4] | committer: Anton Khirnov
libxavs: add an AVClass at the beginning of XavsContext.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d3b577f00d14fb8b8a962163a136dde96d9396b4
---
libavcodec/libxavs.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/libavcodec/libxavs.c b/libavcodec/libxavs.c
index 83f74a7..f285ac4 100644
--- a/libavcodec/libxavs.c
+++ b/libavcodec/libxavs.c
@@ -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;
More information about the ffmpeg-cvslog
mailing list