X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fmovenc.h;h=7c87f6b14dea69f1c9f4f4be1c21a8b4c9dd578a;hb=55c49afc42abae64e5ab25e04bc3c09b17c5b6d5;hp=da6f19bbe052a5708ad617de0b499feb3130c7f7;hpb=853a93804d16c79028ba8005d4c033a403fc34f9;p=ffmpeg diff --git a/libavformat/movenc.h b/libavformat/movenc.h index da6f19bbe05..7c87f6b14de 100644 --- a/libavformat/movenc.h +++ b/libavformat/movenc.h @@ -62,13 +62,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;