diff options
author | Jochen Dolze <vdr@dolze.de> | 2010-03-16 11:26:00 +0100 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2010-03-16 11:26:00 +0100 |
commit | 6d7569aec72f444763474efb420ae403f90e36ae (patch) | |
tree | 4c9b792bfe0c0b54bda1f2e7a2245496982104bd /streaminfo.h | |
parent | c0712181cc47bd4ae2b082973635dc51880eebe8 (diff) | |
download | vdr-plugin-markad-release/v0.0.6.tar.gz vdr-plugin-markad-release/v0.0.6.tar.bz2 |
Fixed I-Frame off by one bug in H262, fixed output of H264 progressive marksrelease/v0.0.6
Changed LoadInfo handling
Diffstat (limited to 'streaminfo.h')
-rw-r--r-- | streaminfo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/streaminfo.h b/streaminfo.h index dc712be..19e119c 100644 --- a/streaminfo.h +++ b/streaminfo.h @@ -35,6 +35,7 @@ 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); |