avcodec: Don't anonymously typedef structs

This commit is contained in:
Diego Biurrun
2014-09-22 11:01:31 +02:00
parent daf8cf358a
commit 7f9f771eac
51 changed files with 79 additions and 86 deletions

View File

@@ -23,7 +23,7 @@
#include "bytestream.h"
#include "internal.h"
typedef struct {
typedef struct C93DecoderContext {
AVFrame *pictures[2];
int currentpic;
} C93DecoderContext;