summaryrefslogtreecommitdiff
path: root/rotord/src/libavwrapper.h
diff options
context:
space:
mode:
authorComment <tim@gray.(none)>2013-07-30 16:05:44 +0100
committerComment <tim@gray.(none)>2013-07-30 16:05:44 +0100
commit01f53fe4485b3c96c0f553e1cade69f77081b078 (patch)
tree5717695bbc7460ff7e41649c050c50ff6f786341 /rotord/src/libavwrapper.h
parent7fd8fbbf69631a868b8274a25023023cde141a4c (diff)
parentc2237c2116ca551c0755821beadae3fac54547e7 (diff)
Merge branch 'master' of eclectronics.org@eclectronics.org:rotor
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;
- */
};