Commit f004abd2 authored by stefano's avatar stefano

Fix syntax for the libfaad_decoder definition.

Fix compilation (when libfaad is enabled).


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17792 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent ef33d476
......@@ -319,7 +319,7 @@ static av_cold int faac_decode_init(AVCodecContext *avctx)
}
AVCodec libfaad_decoder = {
libfaad,
"libfaad",
CODEC_TYPE_AUDIO,
CODEC_ID_AAC,
sizeof(FAACContext),
......@@ -328,4 +328,4 @@ AVCodec libfaad_decoder = {
faac_decode_end,
faac_decode_frame,
.long_name = NULL_IF_CONFIG_SMALL("libfaad AAC (Advanced Audio Codec)"),
}
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment