Author: ramiro
Date: Tue Aug 12 21:47:13 2008
New Revision: 3202

Log:
There's no need to prefix bytestream.h with libavcodec since
both files are on the same directory.

Modified:
   mlp/mlpenc.c

Modified: mlp/mlpenc.c
==============================================================================
--- mlp/mlpenc.c        (original)
+++ mlp/mlpenc.c        Tue Aug 12 21:47:13 2008
@@ -22,7 +22,7 @@
 #include "avcodec.h"
 #include "bitstream.h"
 #include "libavutil/crc.h"
-#include "libavcodec/bytestream.h"
+#include "bytestream.h"
 
 /* TODO add comments! */
 
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to