]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/blobdiff - libavformat/dsicin.c
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
[frescor/ffmpeg.git] / libavformat / dsicin.c
index 14f2be8af5dfed513d9fdfa8ff9aa71a32de4269..eef205cf5538ec76b83a7e28f91181ade35831ae 100644 (file)
@@ -213,7 +213,7 @@ static int cin_read_packet(AVFormatContext *s, AVPacket *pkt)
 
 AVInputFormat dsicin_demuxer = {
     "dsicin",
-    "Delphine Software International CIN format",
+    NULL_IF_CONFIG_SMALL("Delphine Software International CIN format"),
     sizeof(CinDemuxContext),
     cin_probe,
     cin_read_header,