summaryrefslogtreecommitdiff
path: root/streaminfo.h
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2010-03-17 11:59:36 +0100
committerJochen Dolze <vdr@dolze.de>2010-03-17 11:59:36 +0100
commitc579345b78b87bfbe9b1ce4cbe1be50c0d9dd11a (patch)
tree0d11070937587948790575db9aa1188c62582497 /streaminfo.h
parent216d281a0ea6140a6c1e0190a3ea2ae9ff5e467a (diff)
downloadvdr-plugin-markad-c579345b78b87bfbe9b1ce4cbe1be50c0d9dd11a.tar.gz
vdr-plugin-markad-c579345b78b87bfbe9b1ce4cbe1be50c0d9dd11a.tar.bz2
Hopefully fixed frame counter error
Diffstat (limited to 'streaminfo.h')
-rw-r--r--streaminfo.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/streaminfo.h b/streaminfo.h
index 19e119c..dc712be 100644
--- a/streaminfo.h
+++ b/streaminfo.h
@@ -35,7 +35,6 @@ private:
bool separate_colour_plane_flag;
bool frame_mbs_only_flag;
int log2_max_frame_num;
- int frame_num;
} H264;
int nalUnescape(uint8_t *dst, const uint8_t *src, int len);