summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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