From 87a814fdce522d45aa31aa258cb5514d7e754bff Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Fri, 22 Jan 2016 10:52:06 +0200 Subject: libavcodec: Add missing AVClass pointers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This fixes crashes since 243df1351. Signed-off-by: Martin Storsjö --- libavcodec/utvideo.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/utvideo.h') diff --git a/libavcodec/utvideo.h b/libavcodec/utvideo.h index 718273c47f..0035e9c5ce 100644 --- a/libavcodec/utvideo.h +++ b/libavcodec/utvideo.h @@ -65,6 +65,7 @@ extern const int ff_ut_pred_order[5]; extern const int ff_ut_rgb_order[4]; typedef struct UtvideoContext { + const AVClass *class; AVCodecContext *avctx; BswapDSPContext bdsp; HuffYUVEncDSPContext hdsp; -- cgit v1.2.3