]> rtime.felk.cvut.cz Git - frescor/streamer.git/blobdiff - codec.c
Updated to new FRHS protocol in ffmpeg
[frescor/streamer.git] / codec.c
diff --git a/codec.c b/codec.c
index c4be647987a52bb1516012bbc2ae11836a0bb270..31338a24744880439aa4d8b48636825b1d493b56 100644 (file)
--- a/codec.c
+++ b/codec.c
@@ -1,6 +1,15 @@
-#include "libavformat/avformat.h"
+/*
+ *  Copyright (c) 2008 Luca Abeni
+ *
+ *  This is free software; see GPL.txt
+ */
+/*#include "libavformat/avformat.h"
 #include "libavcodec/avcodec.h"
-#include "libswscale/swscale.h"
+#include "libswscale/swscale.h"*/
+
+#include <libavformat/avformat.h>
+#include <libavcodec/avcodec.h>
+#include <libswscale/swscale.h>
 
 struct resample_data {
   struct SwsContext *resample_ctx;