]> rtime.felk.cvut.cz Git - frescor/streamer.git/blobdiff - input.h
Allow to specify sdp file name
[frescor/streamer.git] / input.h
diff --git a/input.h b/input.h
index 7fa7b9c8bbdbfe7fdf00f9515a83834a7b47cc4b..ad82b6b76a6efe9da203f03a051851015977dbec 100644 (file)
--- a/input.h
+++ b/input.h
@@ -1,3 +1,8 @@
-AVFormatContext *open_input_stream(const char *fname);
+/*
+ *  Copyright (c) 2008 Luca Abeni
+ *
+ *  This is free software; see GPL.txt
+ */
+AVFormatContext *open_input_stream(const char *fname, int w, int h, int fps, const char *impform);
 void close_input_stream(AVFormatContext *s);
 AVPacket *read_input_packet(AVFormatContext *s);