summaryrefslogtreecommitdiffstats
path: root/demux/packet.h
diff options
context:
space:
mode:
Diffstat (limited to 'demux/packet.h')
-rw-r--r--demux/packet.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/demux/packet.h b/demux/packet.h
index 9c4e560e05..4bd724aa93 100644
--- a/demux/packet.h
+++ b/demux/packet.h
@@ -44,4 +44,6 @@ void demux_packet_shorten(struct demux_packet *dp, size_t len);
void free_demux_packet(struct demux_packet *dp);
struct demux_packet *demux_copy_packet(struct demux_packet *dp);
+int demux_packet_set_padding(struct demux_packet *dp, int start, int end);
+
#endif /* MPLAYER_DEMUX_PACKET_H */