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
lavf: add priv_class field to AVInputFormat.
tags/n0.8
Anton Khirnov
14 years ago
parent
9bbd6a4cd8
commit
5dc8214420
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
libavformat/avformat.h
+ 2
- 0
libavformat/avformat.h
View File
@@ -425,6 +425,8 @@ typedef struct AVInputFormat {
const AVMetadataConv *metadata_conv;
#endif
const AVClass *priv_class; ///< AVClass for the private context
/* private fields */
struct AVInputFormat *next;
} AVInputFormat;
Write
Preview
Loading…
Cancel
Save