]> rtime.felk.cvut.cz Git - frescor/streamer.git/blobdiff - input.h
Proper CPU contracts in streamer
[frescor/streamer.git] / input.h
diff --git a/input.h b/input.h
index a992b3415c756623db03c17c066fea93128e5de0..ad82b6b76a6efe9da203f03a051851015977dbec 100644 (file)
--- a/input.h
+++ b/input.h
@@ -3,6 +3,6 @@
  *
  *  This is free software; see GPL.txt
  */
-AVFormatContext *open_input_stream(const char *fname, int w, int h, int fps);
+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);