diff --git a/src/ui/resource/AvConvTranscodeStreamResource.hpp b/src/ui/resource/AvConvTranscodeStreamResource.hpp index 7ee088c5..b6fbbb94 100644 --- a/src/ui/resource/AvConvTranscodeStreamResource.hpp +++ b/src/ui/resource/AvConvTranscodeStreamResource.hpp @@ -42,7 +42,7 @@ class AvConvTranscodeStreamResource : public Wt::WResource boost::filesystem::path _filePath; Av::TranscodeParameters _parameters; - static const std::size_t _bufferSize = 8192*16; + static const std::size_t _bufferSize = 8192; }; } // namespace UserInterface