summaryrefslogtreecommitdiff
path: root/libavcodec/vcr1.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-08-03 23:28:26 +0200
committerDiego Biurrun <diego@biurrun.de>2011-08-03 23:31:45 +0200
commitfed6c90b68fa00ad399e0b6d51c1e41d0d3730a0 (patch)
tree9f6112e3d17b288d52e5a50da480f7c6c7093139 /libavcodec/vcr1.c
parent933a6fd5a1a2dfe3da58b6e15b394bf05d32f2eb (diff)
cosmetics: remove some stray comments from AVCodec declarations
Diffstat (limited to 'libavcodec/vcr1.c')
-rw-r--r--libavcodec/vcr1.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/vcr1.c b/libavcodec/vcr1.c
index 9eb6a72875..f745089422 100644
--- a/libavcodec/vcr1.c
+++ b/libavcodec/vcr1.c
@@ -196,7 +196,6 @@ AVCodec ff_vcr1_encoder = {
.priv_data_size = sizeof(VCR1Context),
.init = encode_init,
.encode = encode_frame,
- //encode_end,
.long_name = NULL_IF_CONFIG_SMALL("ATI VCR1"),
};
#endif