mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
useless as this file wont be compiled if this is not true
Originally committed as revision 7816 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
93731ff27d
commit
ac975ac462
@ -785,7 +785,6 @@ static int MPA_encode_close(AVCodecContext *avctx)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef CONFIG_MP2_ENCODER
|
|
||||||
AVCodec mp2_encoder = {
|
AVCodec mp2_encoder = {
|
||||||
"mp2",
|
"mp2",
|
||||||
CODEC_TYPE_AUDIO,
|
CODEC_TYPE_AUDIO,
|
||||||
@ -796,6 +795,5 @@ AVCodec mp2_encoder = {
|
|||||||
MPA_encode_close,
|
MPA_encode_close,
|
||||||
NULL,
|
NULL,
|
||||||
};
|
};
|
||||||
#endif // CONFIG_MP2_ENCODER
|
|
||||||
|
|
||||||
#undef FIX
|
#undef FIX
|
||||||
|
Loading…
Reference in New Issue
Block a user