cosmetics: remove some stray comments from AVCodec declarations

This commit is contained in:
Diego Biurrun 2011-08-03 23:28:26 +02:00
parent 933a6fd5a1
commit fed6c90b68
2 changed files with 0 additions and 2 deletions

View File

@ -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

View File

@ -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