]> git.sesse.net Git - vlc/commit
Fix many ES_OUT_RESET_PCR problems
authorDenis Charmet <typx@dinauz.org>
Wed, 17 Aug 2011 10:41:45 +0000 (12:41 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 18 Aug 2011 10:47:29 +0000 (12:47 +0200)
commit42b80206331b35bf253dac614e8c97dc437b77af
tree3613be6d4310f19d7d68606fd88e2b81ff27a198
parent05c419f604fd78e458045b6ba10b3402175c8b95
Fix many ES_OUT_RESET_PCR problems

As blocks are in coding orders, calling ES_OUT_SET_PCR at each blocks increase to trigger ES_OUT_RESET_PCR.
The reference blocks should be in chronological order though.

Acked-by: robux4
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/demux/mkv/mkv.cpp