From 9c12d54afa70f3535a7114498433cf566a9e9a86 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 31 Jan 2017 14:48:10 +0100 Subject: demux_mkv: passthrough BlockAdditions for libvpx alpha Dumb but simple thing. Requires the FFmpeg libvpx decoder wrapper, as its native decoder doesn't support alpha. --- demux/packet.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'demux/packet.h') diff --git a/demux/packet.h b/demux/packet.h index 723dbc7e54..d669d02376 100644 --- a/demux/packet.h +++ b/demux/packet.h @@ -55,5 +55,7 @@ struct demux_packet *demux_copy_packet(struct demux_packet *dp); void demux_packet_copy_attribs(struct demux_packet *dst, struct demux_packet *src); int demux_packet_set_padding(struct demux_packet *dp, int start, int end); +int demux_packet_add_blockadditional(struct demux_packet *dp, uint64_t id, + void *data, size_t size); #endif /* MPLAYER_DEMUX_PACKET_H */ -- cgit v1.2.3