]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/blobdiff - libavformat/libnut.c
FFmpeg UDP protocol hacked to be delivered through FNA endpoinds (Simply:Zprasene...
[frescor/ffmpeg.git] / libavformat / libnut.c
index 3f4a69b2fbdeba1a71943335cbd8c4d827068ac2..86cf6a5ec7ea266240e3759ce945c720624de38e 100644 (file)
@@ -20,7 +20,7 @@
  */
 
 /**
- * @file libnut.c
+ * @file libavformat/libnut.c
  * NUT demuxing and muxing via libnut.
  * @author Oded Shimon <ods15@ods15.dyndns.org>
  */
@@ -44,7 +44,7 @@ static const AVCodecTag nut_tags[] = {
     { 0, 0 },
 };
 
-#ifdef CONFIG_LIBNUT_MUXER
+#if CONFIG_LIBNUT_MUXER
 static int av_write(void * h, size_t len, const uint8_t * buf) {
     ByteIOContext * bc = h;
     put_buffer(bc, buf, len);