avcodec/libschroedingerenc: add missing AVClass to private context

Fixes ticket #5104.
This commit is contained in:
Hendrik Leppkes 2015-12-23 10:22:00 +01:00
parent b648b246f0
commit b942845bee

View File

@ -44,6 +44,8 @@
/** libschroedinger encoder private data */
typedef struct SchroEncoderParams {
AVClass *class;
/** Schroedinger video format */
SchroVideoFormat *format;