diff options
author | Gabriel Dume | 2014-09-01 15:18:58 -0400 |
---|---|---|
committer | Diego Biurrun | 2014-09-02 03:45:21 -0700 |
commit | f61e47dd68582529bcf6d42d861c70a320cd1b67 (patch) | |
tree | aeba72956dcff3757be2359fb16579ab86920fc6 /libavcodec/asv.h | |
parent | 74512f7e369da40e1148c92b58cd8e59f7737b8f (diff) |
asv: K&R formatting cosmetics
Signed-off-by: Diego Biurrun <diego@biurrun.de>
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; |