summaryrefslogtreecommitdiff
path: root/libavutil/dict.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavutil/dict.h')
-rw-r--r--libavutil/dict.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/dict.h b/libavutil/dict.h
index 7f9924b128..fde3650184 100644
--- a/libavutil/dict.h
+++ b/libavutil/dict.h
@@ -74,7 +74,7 @@
#define AV_DICT_APPEND 32 /**< If the entry already exists, append to it. Note that no
delimiter is added, the strings are simply concatenated. */
-typedef struct {
+typedef struct AVDictionaryEntry {
char *key;
char *value;
} AVDictionaryEntry;