]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/xa.c
Fix the logic to access the location of a string to free when setting
[ffmpeg] / libavformat / xa.c
index 88f731a3da40341ec355c0449fa20dc5692a6ea2..c79df78a48b783a6d8d0720c9bad933b468ccc03 100644 (file)
@@ -108,7 +108,7 @@ static int xa_read_packet(AVFormatContext *s,
 
 AVInputFormat xa_demuxer = {
     "xa",
-    "Maxis XA File Format",
+    NULL_IF_CONFIG_SMALL("Maxis XA File Format"),
     sizeof(MaxisXADemuxContext),
     xa_probe,
     xa_read_header,