summaryrefslogtreecommitdiff
path: root/rotord/src/libavwrapper.h
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2013-09-05 17:55:35 +0100
committerTim Redfern <tim@eclectronics.org>2013-09-05 17:55:35 +0100
commit741fb4b9e135cfb161a749db88713229038577bb (patch)
tree08bc9925659cbcac45162bacf31dc6336d4f60b4 /rotord/src/libavwrapper.h
parenta2e1bf3495b7bfefdaedb8fc737e969ab06df079 (diff)
making act segmenter
Diffstat (limited to 'rotord/src/libavwrapper.h')
-rwxr-xr-xrotord/src/libavwrapper.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/rotord/src/libavwrapper.h b/rotord/src/libavwrapper.h
index 6ae6bd2..7f3d549 100755
--- a/rotord/src/libavwrapper.h
+++ b/rotord/src/libavwrapper.h
@@ -33,6 +33,9 @@
//http://dranger.com/ffmpeg/
//the mnost up to date tutorial?
+//https://github.com/lbrandy/ffmpeg-fas/tree/master
+//try this!
+
#ifndef UINT64_C
#define UINT64_C(c) (c ## ULL)
#endif