summaryrefslogtreecommitdiff
path: root/rotord/src/libavwrapper.h
diff options
context:
space:
mode:
authorTim Redfern <tim@herge.(none)>2013-07-30 13:52:22 +0100
committerTim Redfern <tim@herge.(none)>2013-07-30 13:52:22 +0100
commitc2237c2116ca551c0755821beadae3fac54547e7 (patch)
treeb032707e22b6bf01b9442cb6a5cc0108096514ae /rotord/src/libavwrapper.h
parentf4170d6bfb763ad0af4002277a37dcd1692534d5 (diff)
perfecting draw node
Diffstat (limited to 'rotord/src/libavwrapper.h')
-rwxr-xr-xrotord/src/libavwrapper.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/rotord/src/libavwrapper.h b/rotord/src/libavwrapper.h
index 656f885..4c5cb02 100755
--- a/rotord/src/libavwrapper.h
+++ b/rotord/src/libavwrapper.h
@@ -139,17 +139,6 @@ namespace libav {
int numFrames;
int sc; // number of color channels
- // For loading from URL
- /*
- static const int ioBufferSize = 32768;
- unsigned char * ioBuffer;
- QNetworkAccessManager networkManager;
- AVIOContext* avioContext;
- QFile fileStream;
- QNetworkReply* reply;
- QBuffer fileBuffer;
- QByteArray byteArray;
- */
};