]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/internal.h
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavutil / internal.h
index d9ab8e97239d1607b0842e07667d6d043a90785d..eecc1280df9244b978718fafc0f2a4369930cc64 100644 (file)
 #include "attributes.h"
 #include "timer.h"
 #include "cpu.h"
+#include "dict.h"
+
+struct AVDictionary {
+    int count;
+    AVDictionaryEntry *elems;
+};
 
 #ifndef attribute_align_arg
 #if ARCH_X86_32 && AV_GCC_VERSION_AT_LEAST(4,2)