]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/swf.h
rtpproto: Add an option for writing return packets to the address of the last receive...
[ffmpeg] / libavformat / swf.h
index b1e477b828d44fd7d39189e8849295984b70383e..79c3c1d033e7e88579f8cccbc08dc67d62341f6d 100644 (file)
@@ -26,7 +26,7 @@
 #include "libavutil/fifo.h"
 #include "avformat.h"
 #include "avio.h"
-#include "riff.h"    /* for CodecTag */
+#include "internal.h"
 
 /* should have a generic way to indicate probable size */
 #define DUMMY_FILE_SIZE   (100 * 1024 * 1024)
@@ -64,7 +64,7 @@
 #undef NDEBUG
 #include <assert.h>
 
-typedef struct {
+typedef struct SWFContext {
     int64_t duration_pos;
     int64_t tag_pos;
     int64_t vframes_pos;