]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/sapdec.c
swf: Move shared table out of the header file
[ffmpeg] / libavformat / sapdec.c
index e377cefda9cc5daa94465586001014dcf61efd29..c1cdc8fb72f31944be06d50ace6ac4fb12537ce0 100644 (file)
@@ -227,7 +227,7 @@ static int sap_fetch_packet(AVFormatContext *s, AVPacket *pkt)
 
 AVInputFormat ff_sap_demuxer = {
     .name           = "sap",
-    .long_name      = NULL_IF_CONFIG_SMALL("SAP input format"),
+    .long_name      = NULL_IF_CONFIG_SMALL("SAP input"),
     .priv_data_size = sizeof(struct SAPState),
     .read_probe     = sap_probe,
     .read_header    = sap_read_header,