diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-08-03 23:27:50 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-08-03 23:31:45 +0200 |
commit | 933a6fd5a1a2dfe3da58b6e15b394bf05d32f2eb (patch) | |
tree | 8b0d8cc6b1fba33c4629b50b91e0dad0de45d83b /libavcodec/tscc.c | |
parent | 9a83adaf346bc5e38183427b2bd11084c11d1c8b (diff) | |
download | ffmpeg-933a6fd5a1a2dfe3da58b6e15b394bf05d32f2eb.tar.gz |
cosmetics: fix indentation/alignment in AVCodec declarations
Diffstat (limited to 'libavcodec/tscc.c')
-rw-r--r-- | libavcodec/tscc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/tscc.c b/libavcodec/tscc.c index b97c527c94..df4b09b07c 100644 --- a/libavcodec/tscc.c +++ b/libavcodec/tscc.c @@ -207,6 +207,6 @@ AVCodec ff_tscc_decoder = { .close = decode_end, .decode = decode_frame, .capabilities = CODEC_CAP_DR1, - .long_name = NULL_IF_CONFIG_SMALL("TechSmith Screen Capture Codec"), + .long_name = NULL_IF_CONFIG_SMALL("TechSmith Screen Capture Codec"), }; |