summaryrefslogtreecommitdiff
path: root/command/demux.h
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2012-09-29 23:03:27 +0200
committerJochen Dolze <vdr@dolze.de>2012-09-29 23:03:27 +0200
commitf1b7114900552cdb5f5eb29db742ca06ddbb36c1 (patch)
tree458f7ed4cff83d819e2467182ecde7e04fe9444c /command/demux.h
parent8844d5b4cd4420a5e0643a27b6e7152379ecf447 (diff)
downloadvdr-plugin-markad-f1b7114900552cdb5f5eb29db742ca06ddbb36c1.tar.gz
vdr-plugin-markad-f1b7114900552cdb5f5eb29db742ca06ddbb36c1.tar.bz2
Fixed bug in demuxer
Changed framecounter for H264
Diffstat (limited to 'command/demux.h')
-rw-r--r--command/demux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/command/demux.h b/command/demux.h
index ba71e30..8385b3e 100644
--- a/command/demux.h
+++ b/command/demux.h
@@ -326,6 +326,7 @@ private:
bool h264;
bool TS;
uint64_t offset;
+ uint64_t rawoffset;
int from_oldfile;
int last_bplen;