diff options
author | Jochen Dolze <vdr@dolze.de> | 2010-03-17 11:59:36 +0100 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2010-03-17 11:59:36 +0100 |
commit | c579345b78b87bfbe9b1ce4cbe1be50c0d9dd11a (patch) | |
tree | 0d11070937587948790575db9aa1188c62582497 /streaminfo.h | |
parent | 216d281a0ea6140a6c1e0190a3ea2ae9ff5e467a (diff) | |
download | vdr-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.h | 1 |
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); |