This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
avcodec/libschroedingerenc: add missing AVClass to private context
Fixes ticket
#5104
.
tags/n3.0
Hendrik Leppkes
10 years ago
parent
b648b246f0
commit
b942845bee
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
Write
Preview
Loading…
Cancel
Save