]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/msnwc_tcp.c
Include msrledec.h: It contains the prototype for ff_msrle_decode().
[ffmpeg] / libavformat / msnwc_tcp.c
index df79c0187d2194b1947c0617a67d32d6afcd8af6..34ab9d94bbe6f2f1410a4ae8ddeac54a4880ffa4 100644 (file)
@@ -132,7 +132,7 @@ static int msnwc_tcp_read_packet(AVFormatContext *ctx, AVPacket *pkt)
 
 AVInputFormat msnwc_tcp_demuxer = {
     "msnwctcp",
-    "MSN TCP Webcam stream",
+    NULL_IF_CONFIG_SMALL("MSN TCP Webcam stream"),
     0,
     msnwc_tcp_probe,
     msnwc_tcp_read_header,