---
 libavcodec/cljr.c |    1 -
 libavcodec/vcr1.c |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/libavcodec/cljr.c b/libavcodec/cljr.c
index f79cf11..3050fe2 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 9eb6a72..f745089 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
-- 
1.7.1

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to