Commit 0f38db82 authored by stefano's avatar stefano

Add missing SMALL_IF_CONFIG_SMALL macros for beosaudio long_names.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13795 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 9b2091d0
......@@ -423,7 +423,7 @@ static int audio_read_close(AVFormatContext *s1)
static AVInputFormat audio_beos_demuxer = {
"audio_beos",
"audio grab and output",
NULL_IF_CONFIG_SMALL("audio grab and output"),
sizeof(AudioData),
NULL,
audio_read_header,
......@@ -435,7 +435,7 @@ static AVInputFormat audio_beos_demuxer = {
AVOutputFormat audio_beos_muxer = {
"audio_beos",
"audio grab and output",
NULL_IF_CONFIG_SMALL("audio grab and output"),
"",
"",
sizeof(AudioData),
......
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