demux: another unused function

This commit is contained in:
wm4
2018-10-01 23:36:11 +02:00
parent 475f61710e
commit ca142be7e8
2 changed files with 0 additions and 13 deletions

View File

@@ -244,7 +244,6 @@ void demuxer_feed_caption(struct sh_stream *stream, demux_packet_t *dp);
struct demux_packet *demux_read_packet(struct sh_stream *sh);
int demux_read_packet_async(struct sh_stream *sh, struct demux_packet **out_pkt);
bool demux_stream_is_selected(struct sh_stream *stream);
bool demux_has_packet(struct sh_stream *sh);
void demux_set_stream_wakeup_cb(struct sh_stream *sh,
void (*cb)(void *ctx), void *ctx);
struct demux_packet *demux_read_any_packet(struct demuxer *demuxer);