Commit 44555f09 authored by Stefano Sabatini's avatar Stefano Sabatini

Add missing SMALL_IF_CONFIG_SMALL macros for beosaudio long_names.

Originally committed as revision 13795 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 88643f39
...@@ -423,7 +423,7 @@ static int audio_read_close(AVFormatContext *s1) ...@@ -423,7 +423,7 @@ static int audio_read_close(AVFormatContext *s1)
static AVInputFormat audio_beos_demuxer = { static AVInputFormat audio_beos_demuxer = {
"audio_beos", "audio_beos",
"audio grab and output", NULL_IF_CONFIG_SMALL("audio grab and output"),
sizeof(AudioData), sizeof(AudioData),
NULL, NULL,
audio_read_header, audio_read_header,
...@@ -435,7 +435,7 @@ static AVInputFormat audio_beos_demuxer = { ...@@ -435,7 +435,7 @@ static AVInputFormat audio_beos_demuxer = {
AVOutputFormat audio_beos_muxer = { AVOutputFormat audio_beos_muxer = {
"audio_beos", "audio_beos",
"audio grab and output", NULL_IF_CONFIG_SMALL("audio grab and output"),
"", "",
"", "",
sizeof(AudioData), 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