This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
cosmetics: remove some stray comments from AVCodec declarations
tags/n0.9
Diego Biurrun
14 years ago
parent
933a6fd5a1
commit
fed6c90b68
2 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
libavcodec/cljr.c
+0
-1
libavcodec/vcr1.c
+ 0
- 1
libavcodec/cljr.c
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
+ 0
- 1
libavcodec/vcr1.c
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
Write
Preview
Loading…
Cancel
Save