]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/avi.h
matroskadec: after seeking, skip up to the desired timestamp instead of
[ffmpeg] / libavformat / avi.h
index 2c360689bf9b4e83298d5860c440e7b8c9b5e9a1..2214c03b98fdb3257b4d7506fe147f7052dc5948 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#ifndef FFMPEG_AVI_H
-#define FFMPEG_AVI_H
-
-#include "avcodec.h"
+#ifndef AVFORMAT_AVI_H
+#define AVFORMAT_AVI_H
 
 #define AVIF_HASINDEX           0x00000010        // Index at end of file?
 #define AVIF_MUSTUSEINDEX       0x00000020
@@ -36,4 +34,4 @@
 /* index flags */
 #define AVIIF_INDEX             0x10
 
-#endif /* FFMPEG_AVI_H */
+#endif /* AVFORMAT_AVI_H */