forked from FFmpeg/FFmpeg
avcodec/libschroedingerenc: add missing AVClass to private context
Fixes ticket #5104.
This commit is contained in:
parent
b648b246f0
commit
b942845bee
1 changed files with 2 additions and 0 deletions
|
@ -44,6 +44,8 @@
|
|||
|
||||
/** libschroedinger encoder private data */
|
||||
typedef struct SchroEncoderParams {
|
||||
AVClass *class;
|
||||
|
||||
/** Schroedinger video format */
|
||||
SchroVideoFormat *format;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue