Browse Source

avcodec/libschroedingerenc: add missing AVClass to private context

Fixes ticket #5104.
tags/n3.0
Hendrik Leppkes 10 years ago
parent
commit
b942845bee
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      libavcodec/libschroedingerenc.c

+ 2
- 0
libavcodec/libschroedingerenc.c View File

@@ -44,6 +44,8 @@

/** libschroedinger encoder private data */
typedef struct SchroEncoderParams {
AVClass *class;

/** Schroedinger video format */
SchroVideoFormat *format;



Loading…
Cancel
Save