From 676a93f2d86d704ab6a973a19000e265c14e37d5 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Thu, 10 Dec 2015 20:59:40 +0100 Subject: avformat: Add av_program_add_stream_index() This will be used by the subsequent commit(s) Signed-off-by: Michael Niedermayer --- libavformat/internal.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavformat/internal.h') diff --git a/libavformat/internal.h b/libavformat/internal.h index 90f0a61433..4297cb85d7 100644 --- a/libavformat/internal.h +++ b/libavformat/internal.h @@ -156,8 +156,6 @@ char *ff_data_to_hex(char *buf, const uint8_t *src, int size, int lowercase); */ int ff_hex_to_data(uint8_t *data, const char *p); -void ff_program_add_stream_index(AVFormatContext *ac, int progid, unsigned int idx); - /** * Add packet to AVFormatContext->packet_buffer list, determining its * interleaved position using compare() function argument. -- cgit v1.2.3