]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/r3d.c
rtpdec_asf: Don't free the payload context in the .close function
[ffmpeg] / libavformat / r3d.c
index 607cd3d9f57b01c18b4f1c492cf5f146569f0534..bcea4623061934c2f759dde4eee79781b50bb37d 100644 (file)
 #include "avformat.h"
 #include "internal.h"
 
-typedef struct {
+typedef struct R3DContext {
     unsigned video_offsets_count;
     unsigned *video_offsets;
     unsigned rdvo_offset;
 } R3DContext;
 
-typedef struct {
+typedef struct Atom {
     unsigned size;
     uint32_t tag;
     uint64_t offset;