mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-14 22:22:59 +02:00
avcodec/libschroedingerenc: add missing AVClass to private context
Fixes ticket #5104.
This commit is contained in:
parent
b648b246f0
commit
b942845bee
@ -44,6 +44,8 @@
|
||||
|
||||
/** libschroedinger encoder private data */
|
||||
typedef struct SchroEncoderParams {
|
||||
AVClass *class;
|
||||
|
||||
/** Schroedinger video format */
|
||||
SchroVideoFormat *format;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user