You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
cosmetics: remove some stray comments from AVCodec declarations
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user