diff options
Diffstat (limited to 'libavcodec/asv.h')
-rw-r--r-- | libavcodec/asv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/asv.h b/libavcodec/asv.h index 9ae3737f08..18f7a9571d 100644 --- a/libavcodec/asv.h +++ b/libavcodec/asv.h @@ -39,7 +39,7 @@ #include "pixblockdsp.h" #include "put_bits.h" -typedef struct ASV1Context{ +typedef struct ASV1Context { AVCodecContext *avctx; BlockDSPContext bdsp; BswapDSPContext bbdsp; |