From 3b20eb25e7b95fafdccbb594c947a69c5d027b2c Mon Sep 17 00:00:00 2001 From: Mans Rullgard Date: Mon, 15 Oct 2012 22:24:41 +0100 Subject: avserver: move avserver-specific code from ffmdec.c to avserver.c This way avserver only depends on the data structures of the ffm demuxer, which it already does, and not also on private functions being exported by the library. Signed-off-by: Mans Rullgard --- libavformat/ffm.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libavformat/ffm.h') diff --git a/libavformat/ffm.h b/libavformat/ffm.h index 6ce5e0408c..70c3e887a0 100644 --- a/libavformat/ffm.h +++ b/libavformat/ffm.h @@ -56,8 +56,4 @@ typedef struct FFMContext { uint8_t packet[FFM_PACKET_SIZE]; } FFMContext; -int64_t ffm_read_write_index(int fd); -int ffm_write_write_index(int fd, int64_t pos); -void ffm_set_write_index(AVFormatContext *s, int64_t pos, int64_t file_size); - #endif /* AVFORMAT_FFM_H */ -- cgit v1.2.3