diff options
Diffstat (limited to 'libavformat/dv.c')
-rw-r--r-- | libavformat/dv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/dv.c b/libavformat/dv.c index c9b9546ec0..2f9171789b 100644 --- a/libavformat/dv.c +++ b/libavformat/dv.c @@ -440,7 +440,7 @@ static int dv_read_close(AVFormatContext *s) #ifdef CONFIG_DV_DEMUXER AVInputFormat dv_demuxer = { "dv", - "DV video format", + NULL_IF_CONFIG_SMALL("DV video format"), sizeof(RawDVContext), NULL, dv_read_header, |