demux_mkv: don't print errors for 0-size zlib decoding
commit16ee636a58c7e0eb1e44b85681ea61fd692fef7f
authorUoti Urpala <uau@glyph.nonexistent.invalid>
Tue, 26 Jan 2010 14:38:39 +0000 (26 16:38 +0200)
committerUoti Urpala <uau@glyph.nonexistent.invalid>
Wed, 27 Jan 2010 12:26:48 +0000 (27 14:26 +0200)
tree6503ef86e2da2c4cb5555fc6c514833e09bd3307
parent51fc1f839b301537fae21ab6c3a737a5622bd682
demux_mkv: don't print errors for 0-size zlib decoding

Allow decoding a 0-sized buffer with zlib algorithm to produce 0-sized
output. Fixes spurious errors reported with subtitle tracks marked to
use compression for track private data without having any such data.
libmpdemux/demux_mkv.c