summaryrefslogtreecommitdiff
path: root/libavcodec
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
parent933a6fd5a1a2dfe3da58b6e15b394bf05d32f2eb (diff)
cosmetics: remove some stray comments from AVCodec declarations
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/cljr.c1
-rw-r--r--libavcodec/vcr1.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/cljr.c b/libavcodec/cljr.c
index f79cf11bea..3050fe204e 100644
--- a/libavcodec/cljr.c
+++ b/libavcodec/cljr.c
@@ -159,7 +159,6 @@ AVCodec ff_cljr_encoder = {
.priv_data_size = sizeof(CLJRContext),
.init = encode_init,
.encode = encode_frame,
- //encode_end,
.long_name = NULL_IF_CONFIG_SMALL("Cirrus Logic AccuPak"),
};
#endif
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