demux_mkv: Fix problem with compressed subtitle private data
commit4a70750f5f825d810029c5733d68c69ecf72b9d0
authorUoti Urpala <uau@glyph.nonexistent.invalid>
Sun, 21 Mar 2010 16:36:47 +0000 (21 18:36 +0200)
committerUoti Urpala <uau@glyph.nonexistent.invalid>
Sun, 21 Mar 2010 16:46:06 +0000 (21 18:46 +0200)
treed9ae3048b699325927bbb61a48bf1c76b2e436b0
parentcbc6eabb9fae8e61c6c6f70365ec9134b481e7aa
demux_mkv: Fix problem with compressed subtitle private data

Convert demux_mkv_decode() to allocate possible new storage with
talloc and fix a talloc/malloc conflict in demux_mkv_open_sub() that
broke decoding of files which had a subtitle track with compressed
private data.
libmpdemux/demux_mkv.c