avformat: Don't anonymously typedef structs
This commit is contained in:
parent
7769be590c
commit
daf8cf358a
65 changed files with 117 additions and 117 deletions
|
@ -30,7 +30,7 @@
|
|||
#include "libavutil/parseutils.h"
|
||||
#include "libavutil/mathematics.h"
|
||||
|
||||
typedef struct {
|
||||
typedef struct SegmentContext {
|
||||
const AVClass *class; /**< Class for private options. */
|
||||
int number;
|
||||
AVOutputFormat *oformat;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue