summaryrefslogtreecommitdiff
path: root/rotord/src/libavwrapper.h
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2013-09-10 17:56:17 +0100
committerTim Redfern <tim@eclectronics.org>2013-09-10 17:56:17 +0100
commit1f52520db005e056e131f511418e4b71bc9e89fd (patch)
tree77eae6d1cf04d63f157626b528fda010ceb03ade /rotord/src/libavwrapper.h
parentc52e24e5c1d0f2b90412826dece31f1604f26683 (diff)
corrected response code for listnodes
Diffstat (limited to 'rotord/src/libavwrapper.h')
-rw-r--r--rotord/src/libavwrapper.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/rotord/src/libavwrapper.h b/rotord/src/libavwrapper.h
index ed538d2..d30ea95 100644
--- a/rotord/src/libavwrapper.h
+++ b/rotord/src/libavwrapper.h
@@ -262,7 +262,6 @@ namespace libav {
bool setup(const std::string &filename);
AVFrame* get_frame();
uint16_t* get_samples(int num);
- AVPacket* get_packet();
bool close();
bool ready;