diff options
Diffstat (limited to 'libavformat/ape.c')
-rw-r--r-- | libavformat/ape.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/ape.c b/libavformat/ape.c index 9d7ee6edc8..4c5d0461e2 100644 --- a/libavformat/ape.c +++ b/libavformat/ape.c @@ -511,7 +511,7 @@ static int ape_read_seek(AVFormatContext *s, int stream_index, int64_t timestamp AVInputFormat ape_demuxer = { "ape", - "Monkey's Audio", + NULL_IF_CONFIG_SMALL("Monkey's Audio"), sizeof(APEContext), ape_probe, ape_read_header, |