Commit b942845b authored by Hendrik Leppkes's avatar Hendrik Leppkes

avcodec/libschroedingerenc: add missing AVClass to private context

Fixes ticket #5104.
parent b648b246
......@@ -44,6 +44,8 @@
/** libschroedinger encoder private data */
typedef struct SchroEncoderParams {
AVClass *class;
/** Schroedinger video format */
SchroVideoFormat *format;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment