]> git.sesse.net Git - vlc/blobdiff - modules/demux/mkv/mkv.hpp
MKV: set the I frame flag when we know it's a keyframe
[vlc] / modules / demux / mkv / mkv.hpp
index 392b9e71114623698e8a97b2ac7fd485c63784bc..9cf6ccd10177ea4c8f59a8dd0504f62299545713 100644 (file)
@@ -123,7 +123,8 @@ using namespace LIBMATROSKA_NAMESPACE;
 using namespace std;
 
 void BlockDecode( demux_t *p_demux, KaxBlock *block, KaxSimpleBlock *simpleblock,
-                         mtime_t i_pts, mtime_t i_duration, bool f_mandatory );
+                  mtime_t i_pts, mtime_t i_duration, bool b_key_picture,
+                  bool b_discardable_picture );
 
 class attachment_c
 {