Skip to content
Snippets Groups Projects
Commit 704d0018 authored by Guillaume Roguez's avatar Guillaume Roguez
Browse files

video: use fast bilinear scaling method than bicubic

parent 60346484
Branches
Tags
No related merge requests found
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
namespace sfl_video { namespace sfl_video {
VideoScaler::VideoScaler() : ctx_(0), mode_(SWS_BICUBIC) {} VideoScaler::VideoScaler() : ctx_(0), mode_(SWS_FAST_BILINEAR) {}
VideoScaler::~VideoScaler() { sws_freeContext(ctx_); } VideoScaler::~VideoScaler() { sws_freeContext(ctx_); }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment