]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/movenc.h
pcmdec: remove dependency from rawdec
[ffmpeg] / libavformat / movenc.h
index 3be43e0fc9b7d46828f01b23393672b591020505..e20ef1475bcafe1043dbafafdeec573d72c45707 100644 (file)
@@ -60,13 +60,13 @@ typedef struct HintSample {
     int own_data;
 } HintSample;
 
-typedef struct {
+typedef struct HintSampleQueue {
     int size;
     int len;
     HintSample *samples;
 } HintSampleQueue;
 
-typedef struct {
+typedef struct MOVFragmentInfo {
     int64_t offset;
     int64_t time;
     int64_t duration;