diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-06-02 16:26:55 +0200 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-06-02 18:24:49 +0200 |
commit | 77b32b73ed31f9aaa6c1e476c9a041399a35be9d (patch) | |
tree | f422b0d0db1fe00a3e340f8bcf4ea9965023bcc8 /libavfilter/internal.h | |
parent | d013c6da80003cb4b577867d1f091e47a0fe3776 (diff) | |
download | ffmpeg-77b32b73ed31f9aaa6c1e476c9a041399a35be9d.tar.gz |
lavfi: apply misc style fixes
Adopt K&R style for overall consistency/readability.
Diffstat (limited to 'libavfilter/internal.h')
-rw-r--r-- | libavfilter/internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/internal.h b/libavfilter/internal.h index 333dcbff81..be1e9b08f2 100644 --- a/libavfilter/internal.h +++ b/libavfilter/internal.h @@ -31,7 +31,7 @@ typedef struct AVFilterPool { AVFilterBufferRef *pic[POOL_SIZE]; int count; -}AVFilterPool; +} AVFilterPool; /** * Check for the validity of graph. |