summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2015-12-23 10:22:00 +0100
committerHendrik Leppkes <h.leppkes@gmail.com>2015-12-23 10:22:00 +0100
commitb942845beedc369cf0684eb332e3cd8cd00c13d0 (patch)
tree7326bc3487cff42f490d94962b5aca8b89d52fca /libavcodec
parentb648b246f07a4b041dcefd7309af407c1b74862a (diff)
avcodec/libschroedingerenc: add missing AVClass to private context
Fixes ticket #5104.
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/libschroedingerenc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/libschroedingerenc.c b/libavcodec/libschroedingerenc.c
index 98f6bc9496..d5da6fc6f2 100644
--- a/libavcodec/libschroedingerenc.c
+++ b/libavcodec/libschroedingerenc.c
@@ -44,6 +44,8 @@
/** libschroedinger encoder private data */
typedef struct SchroEncoderParams {
+ AVClass *class;
+
/** Schroedinger video format */
SchroVideoFormat *format;