summaryrefslogtreecommitdiff
path: root/libavutil/internal.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-08-11 14:50:54 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-08-11 15:01:45 +0200
commitf5f3684fb8d3881a6f90913417b2b5272df76e49 (patch)
tree2cd82a73afe553baeed57683b861e6775ccebb6b /libavutil/internal.h
parent48d20b918c80a68e61f8bdedbf335ed4a00d6a32 (diff)
parent885da7b08289321b88919e86d1574c8683a95a22 (diff)
Merge remote-tracking branch 'qatar/master'
* qatar/master: lavf: simplify is_intra_only() by using codec descriptors. lavc: add an intra-only codec property. lavc: add codec descriptors. lavc: fix mixing CODEC_ID/AV_CODEC_ID in C++ code. dict: move struct AVDictionary definition to dict.c dict: add av_dict_count() Conflicts: doc/APIchanges libavcodec/old_codec_ids.h libavformat/utils.c libavutil/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
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 c56aca6d07..a966e18dc3 100644
--- a/libavutil/internal.h
+++ b/libavutil/internal.h
@@ -40,11 +40,6 @@
#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)
# define attribute_align_arg __attribute__((force_align_arg_pointer))