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

@@ -32,7 +32,7 @@
#include "internal.h"
#include "mathops.h"
typedef struct {
typedef struct VBLEContext {
AVCodecContext *avctx;
HuffYUVDSPContext hdsp;