libvpxenc: add forgotten AVClass.

Fixes Ticket269

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2011-06-07 18:22:53 +02:00
parent 3251af9037
commit 1929807bef

View File

@ -48,6 +48,7 @@ struct FrameListData {
};
typedef struct VP8EncoderContext {
AVClass *av_class;
struct vpx_codec_ctx encoder;
struct vpx_image rawimg;
struct vpx_fixed_buf twopass_stats;