summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-04-08 11:21:13 +0200
committerAnton Khirnov <anton@khirnov.net>2011-04-08 20:58:19 +0200
commit3ee53dabcfd8810d01f114599617cf55e481c291 (patch)
tree2dd4fd5175c5f84640e7b8c82a957c61053fdd25 /libavformat/avformat.h
parentcdc6a87f193b1bf99a640a44374d4f2597118959 (diff)
lavf: get rid of ffm-specific stuff in avformat.h
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 8e18a6131d..5c8456f337 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -1508,12 +1508,6 @@ int64_t parse_date(const char *datestr, int duration);
*/
int64_t av_gettime(void);
-/* ffm-specific for ffserver */
-#define FFM_PACKET_SIZE 4096
-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);
-
#if FF_API_FIND_INFO_TAG
/**
* @deprecated use av_find_info_tag in libavutil instead.