]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/blobdiff - libavformat/tta.c
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
[frescor/ffmpeg.git] / libavformat / tta.c
index bfdc39b1a6f693552e711567e82580da3fff8b0e..9a30e1fc87ed4081f1e948dde922cdb258e75a4a 100644 (file)
@@ -139,7 +139,7 @@ static int tta_read_seek(AVFormatContext *s, int stream_index, int64_t timestamp
 
 AVInputFormat tta_demuxer = {
     "tta",
-    "true-audio",
+    NULL_IF_CONFIG_SMALL("True Audio"),
     sizeof(TTAContext),
     tta_probe,
     tta_read_header,