summaryrefslogtreecommitdiff
path: root/libavcodec/utvideo.h
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2016-01-22 10:52:06 +0200
committerMartin Storsjö <martin@martin.st>2016-01-22 17:08:08 +0200
commit87a814fdce522d45aa31aa258cb5514d7e754bff (patch)
tree31d2d4ca63b220ae15f9bdfafbcff6cb929ba589 /libavcodec/utvideo.h
parent0e9c4fe254073b209970df3e3cb84531bc388e99 (diff)
libavcodec: Add missing AVClass pointers
This fixes crashes since 243df1351. Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavcodec/utvideo.h')
-rw-r--r--libavcodec/utvideo.h1
1 files changed, 1 insertions, 0 deletions
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;