diff options
Diffstat (limited to 'libavformat/sol.c')
-rw-r--r-- | libavformat/sol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/sol.c b/libavformat/sol.c index f2eedc7fe7..71b4fbe49b 100644 --- a/libavformat/sol.c +++ b/libavformat/sol.c @@ -147,7 +147,7 @@ static int sol_read_close(AVFormatContext *s) AVInputFormat sol_demuxer = { "sol", - "Sierra SOL Format", + NULL_IF_CONFIG_SMALL("Sierra SOL format"), 0, sol_probe, sol_read_header, |