]> rtime.felk.cvut.cz Git - frescor/streamer.git/blobdiff - input.h
Put the SDF file name in a variable...
[frescor/streamer.git] / input.h
diff --git a/input.h b/input.h
index 7fa7b9c8bbdbfe7fdf00f9515a83834a7b47cc4b..6a806837ac80a5db318f53b95cc62ed3bcbf6752 100644 (file)
--- a/input.h
+++ b/input.h
@@ -1,3 +1,3 @@
-AVFormatContext *open_input_stream(const char *fname);
+AVFormatContext *open_input_stream(const char *fname, int w, int h, int fps);
 void close_input_stream(AVFormatContext *s);
 AVPacket *read_input_packet(AVFormatContext *s);