X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fffmpeg%2Fproducer%2Finput%2Finput.h;h=eb4dc903ad1dd6a40400c0d961be3b0b8230d8c6;hb=a111f54e43d6b3974036b6e7812b39558409910f;hp=28dd7f480322f7fca42382113abb7d7d5827f896;hpb=c64b8283bfe0bcc28b0d196f997d6deec6b41a3f;p=casparcg diff --git a/modules/ffmpeg/producer/input/input.h b/modules/ffmpeg/producer/input/input.h index 28dd7f480..eb4dc903a 100644 --- a/modules/ffmpeg/producer/input/input.h +++ b/modules/ffmpeg/producer/input/input.h @@ -43,13 +43,13 @@ namespace diagnostics { class graph; } - + namespace ffmpeg { class input : boost::noncopyable { public: - explicit input(const spl::shared_ptr& graph, const std::wstring& filename, FFMPEG_Resource resource_type, bool loop, uint32_t start, uint32_t length, bool thumbnail_mode, const ffmpeg_options& vid_params); + explicit input(const spl::shared_ptr& graph, const std::wstring& url_or_file, bool loop, uint32_t start, uint32_t length, bool thumbnail_mode, const ffmpeg_options& vid_params); bool try_pop(std::shared_ptr& packet); bool eof() const; @@ -72,5 +72,5 @@ private: std::shared_ptr impl_; }; - + }}