diff options
author | Jochen Dolze <vdr@dolze.de> | 2012-09-29 23:03:27 +0200 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2012-09-29 23:03:27 +0200 |
commit | f1b7114900552cdb5f5eb29db742ca06ddbb36c1 (patch) | |
tree | 458f7ed4cff83d819e2467182ecde7e04fe9444c /command/demux.h | |
parent | 8844d5b4cd4420a5e0643a27b6e7152379ecf447 (diff) | |
download | vdr-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.h | 1 |
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; |