Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2011-06-02 18:26:55 +0400
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2011-06-02 20:24:49 +0400
commit77b32b73ed31f9aaa6c1e476c9a041399a35be9d (patch)
treef422b0d0db1fe00a3e340f8bcf4ea9965023bcc8 /libavfilter/internal.h
parentd013c6da80003cb4b577867d1f091e47a0fe3776 (diff)
lavfi: apply misc style fixes
Adopt K&R style for overall consistency/readability.
Diffstat (limited to 'libavfilter/internal.h')
-rw-r--r--libavfilter/internal.h2
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.