]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/ffm.h
pvez avi fourcc is truemotion1
[ffmpeg] / libavformat / ffm.h
index 0ed5c227f3c917a15fa26e6445ecd6e127e0bb0f..05d6eb1053211c96da7e314c312ed855a2c64e12 100644 (file)
@@ -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];