X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fffm.h;h=b392b8d8d8a6bd99a348ebb40de64c4660fdfd40;hb=67420b3de50202c0c71e3c9a57451b4adbcb16ab;hp=49402355f4bd477a0120816d62a447aac46add4f;hpb=d15be9108e6a17e6fdc224fb8cd2640b825dd408;p=ffmpeg diff --git a/libavformat/ffm.h b/libavformat/ffm.h index 49402355f4b..b392b8d8d8a 100644 --- a/libavformat/ffm.h +++ b/libavformat/ffm.h @@ -57,8 +57,4 @@ typedef struct FFMContext { int64_t start_time; } 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 */