]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/blobdiff - libavformat/eacdata.c
Remove debugging messages
[frescor/ffmpeg.git] / libavformat / eacdata.c
index ffaf85e0eb2b6a814ae90fb6a7cd180de93aaac2..f4ea2f2e98942e0eec70d6237188d9bee8f8a12f 100644 (file)
@@ -20,7 +20,7 @@
  */
 
 /**
- * @file eacdata.c
+ * @file libavformat/eacdata.c
  * Electronic Arts cdata Format Demuxer
  * by Peter Ross (suxen_drol at hotmail dot com)
  *
@@ -91,7 +91,7 @@ static int cdata_read_packet(AVFormatContext *s, AVPacket *pkt)
 
 AVInputFormat ea_cdata_demuxer = {
     "ea_cdata",
-    "Electronic Arts cdata",
+    NULL_IF_CONFIG_SMALL("Electronic Arts cdata"),
     sizeof(CdataDemuxContext),
     cdata_probe,
     cdata_read_header,