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:
authorDiego Biurrun <diego@biurrun.de>2011-08-04 01:27:50 +0400
committerDiego Biurrun <diego@biurrun.de>2011-08-04 01:31:45 +0400
commit933a6fd5a1a2dfe3da58b6e15b394bf05d32f2eb (patch)
tree8b0d8cc6b1fba33c4629b50b91e0dad0de45d83b /libavcodec/8bps.c
parent9a83adaf346bc5e38183427b2bd11084c11d1c8b (diff)
cosmetics: fix indentation/alignment in AVCodec declarations
Diffstat (limited to 'libavcodec/8bps.c')
-rw-r--r--libavcodec/8bps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/8bps.c b/libavcodec/8bps.c
index 7c53432738..de8dd8ee84 100644
--- a/libavcodec/8bps.c
+++ b/libavcodec/8bps.c
@@ -229,5 +229,5 @@ AVCodec ff_eightbps_decoder = {
.close = decode_end,
.decode = decode_frame,
.capabilities = CODEC_CAP_DR1,
- .long_name = NULL_IF_CONFIG_SMALL("QuickTime 8BPS video"),
+ .long_name = NULL_IF_CONFIG_SMALL("QuickTime 8BPS video"),
};