X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fffm.h;h=05d6eb1053211c96da7e314c312ed855a2c64e12;hb=bf23f6dc334392e747021c15383d2db081b6f594;hp=0ed5c227f3c917a15fa26e6445ecd6e127e0bb0f;hpb=987903826b0dba2e134be200ac94be66b4a3acf1;p=ffmpeg diff --git a/libavformat/ffm.h b/libavformat/ffm.h index 0ed5c227f3c..05d6eb10532 100644 --- a/libavformat/ffm.h +++ b/libavformat/ffm.h @@ -1,6 +1,6 @@ /* * FFM (ffserver live feed) common header - * Copyright (c) 2001 Fabrice Bellard. + * Copyright (c) 2001 Fabrice Bellard * * This file is part of FFmpeg. * @@ -42,7 +42,7 @@ enum { typedef struct FFMContext { /* only reading mode */ - offset_t write_index, file_size; + int64_t write_index, file_size; int read_state; uint8_t header[FRAME_HEADER_SIZE+4];