summaryrefslogtreecommitdiff
path: root/command/queue.h
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2010-09-24 23:02:39 +0200
committerJochen Dolze <vdr@dolze.de>2010-09-24 23:02:39 +0200
commit05dff1022a467deec38f93b0987db9aeb2b43420 (patch)
treeba18b9ed88d11070b7100fd2d5a895737d14e330 /command/queue.h
parent467feedc49246f6c2287c0e8a20a171596a9bba3 (diff)
downloadvdr-plugin-markad-05dff1022a467deec38f93b0987db9aeb2b43420.tar.gz
vdr-plugin-markad-05dff1022a467deec38f93b0987db9aeb2b43420.tar.bz2
Added support for libavcodec51 (see define in Makefile)
Lowered memory consumption on some cases Enhanced buffer usage output
Diffstat (limited to 'command/queue.h')
-rw-r--r--command/queue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/command/queue.h b/command/queue.h
index 8f40ac3..855355b 100644
--- a/command/queue.h
+++ b/command/queue.h
@@ -119,7 +119,7 @@ private:
} pktinfo;
int percent;
- int mpercent;
+ int mpercent; // max percentage use
uchar *buffer;
int maxqueue;