Commit 1929807b authored by Michael Niedermayer's avatar Michael Niedermayer

libvpxenc: add forgotten AVClass.

Fixes Ticket269
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 3251af90
......@@ -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;
......
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