[FFmpeg-cvslog] libvpxenc: add forgotten AVClass.

Michael Niedermayer git at videolan.org
Tue Jun 7 18:27:11 CEST 2011


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Tue Jun  7 18:22:53 2011 +0200| [1929807bef88c3ec3e18434fe82cf04d8f51c7a1] | committer: Michael Niedermayer

libvpxenc: add forgotten AVClass.

Fixes Ticket269

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1929807bef88c3ec3e18434fe82cf04d8f51c7a1
---

 libavcodec/libvpxenc.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/libavcodec/libvpxenc.c b/libavcodec/libvpxenc.c
index b55e755..f5c942e 100644
--- a/libavcodec/libvpxenc.c
+++ b/libavcodec/libvpxenc.c
@@ -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;



More information about the ffmpeg-cvslog mailing list