diff --git a/ng/encoding.hpp b/ng/encoding.hpp index 4f2b5fd2..a9c6efa6 100644 --- a/ng/encoding.hpp +++ b/ng/encoding.hpp @@ -235,6 +235,7 @@ class Mpeg { sws_ctx = sws_getContext( width, height, AV_PIX_FMT_RGB24, width, height, AV_PIX_FMT_YUV420P, SWS_BICUBIC, NULL, NULL, NULL ); + return 0; } void Stop() {