aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/ffmpeg-0.7/libavutil
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/ffmpeg-0.7/libavutil')
-rw-r--r--src/lib/ffmpeg-0.7/libavutil/dict.pas1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/ffmpeg-0.7/libavutil/dict.pas b/src/lib/ffmpeg-0.7/libavutil/dict.pas
index 6a924fd9..8235f108 100644
--- a/src/lib/ffmpeg-0.7/libavutil/dict.pas
+++ b/src/lib/ffmpeg-0.7/libavutil/dict.pas
@@ -41,6 +41,7 @@ type
(* with the "help" of libavutil/internal.h: *)
+ PPAVDictionary = ^PAVDictionary;
PAVDictionary = ^TAVDictionary;
TAVDictionary = record
count: cint;