From 493b87d7c8f8872a19bbb0347daf61cc5b24f578 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Thu, 23 May 2013 18:17:05 +0100 Subject: configure IO directories --- rotord/libavexporter.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rotord/libavexporter.h b/rotord/libavexporter.h index 03b7580..deb71ab 100644 --- a/rotord/libavexporter.h +++ b/rotord/libavexporter.h @@ -417,6 +417,9 @@ namespace libav { } */ //always convert RGB to YUV + //should be context allocated once per render instead of per frame?? + // + // sws_ctx = sws_getContext(c->width, c->height, AV_PIX_FMT_RGB24, c->width, c->height, AV_PIX_FMT_YUV420P, sws_flags, NULL, NULL, NULL); -- cgit v1.2.3