summaryrefslogtreecommitdiff
path: root/libavutil/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavutil/internal.h')
-rw-r--r--libavutil/internal.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/libavutil/internal.h b/libavutil/internal.h
index 75c5156d0f..12b71086e6 100644
--- a/libavutil/internal.h
+++ b/libavutil/internal.h
@@ -39,11 +39,6 @@
#include "timer.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)
# define attribute_align_arg __attribute__((force_align_arg_pointer))