mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-30 04:47:37 +08:00
Fix syntax for the libfaad_decoder definition.
Fix compilation (when libfaad is enabled). Originally committed as revision 17792 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -319,7 +319,7 @@ static av_cold int faac_decode_init(AVCodecContext *avctx)
|
|||||||
}
|
}
|
||||||
|
|
||||||
AVCodec libfaad_decoder = {
|
AVCodec libfaad_decoder = {
|
||||||
libfaad,
|
"libfaad",
|
||||||
CODEC_TYPE_AUDIO,
|
CODEC_TYPE_AUDIO,
|
||||||
CODEC_ID_AAC,
|
CODEC_ID_AAC,
|
||||||
sizeof(FAACContext),
|
sizeof(FAACContext),
|
||||||
@ -328,4 +328,4 @@ AVCodec libfaad_decoder = {
|
|||||||
faac_decode_end,
|
faac_decode_end,
|
||||||
faac_decode_frame,
|
faac_decode_frame,
|
||||||
.long_name = NULL_IF_CONFIG_SMALL("libfaad AAC (Advanced Audio Codec)"),
|
.long_name = NULL_IF_CONFIG_SMALL("libfaad AAC (Advanced Audio Codec)"),
|
||||||
}
|
};
|
||||||
|
Reference in New Issue
Block a user