mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-07 07:13:20 +00:00
libvpxenc: add forgotten AVClass.
Fixes Ticket269 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
3251af9037
commit
1929807bef
@ -48,6 +48,7 @@ struct FrameListData {
|
|||||||
};
|
};
|
||||||
|
|
||||||
typedef struct VP8EncoderContext {
|
typedef struct VP8EncoderContext {
|
||||||
|
AVClass *av_class;
|
||||||
struct vpx_codec_ctx encoder;
|
struct vpx_codec_ctx encoder;
|
||||||
struct vpx_image rawimg;
|
struct vpx_image rawimg;
|
||||||
struct vpx_fixed_buf twopass_stats;
|
struct vpx_fixed_buf twopass_stats;
|
||||||
|
Loading…
Reference in New Issue
Block a user