avcodec: Don't anonymously typedef structs
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
#include "bytestream.h"
|
||||
#include "internal.h"
|
||||
|
||||
typedef struct {
|
||||
typedef struct C93DecoderContext {
|
||||
AVFrame *pictures[2];
|
||||
int currentpic;
|
||||
} C93DecoderContext;
|
||||
|
||||
Reference in New Issue
Block a user