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
useless as this file wont be compiled if this is not true
Originally committed as revision 7816 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer
18 years ago
parent
93731ff27d
commit
ac975ac462
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
libavcodec/mpegaudio.c
+ 0
- 2
libavcodec/mpegaudio.c
View File
@@ -785,7 +785,6 @@ static int MPA_encode_close(AVCodecContext *avctx)
return 0;
}
#ifdef CONFIG_MP2_ENCODER
AVCodec mp2_encoder = {
"mp2",
CODEC_TYPE_AUDIO,
@@ -796,6 +795,5 @@ AVCodec mp2_encoder = {
MPA_encode_close,
NULL,
};
#endif // CONFIG_MP2_ENCODER
#undef FIX
Write
Preview
Loading…
Cancel
Save