diff options
Diffstat (limited to 'src/lib/ffmpeg-0.10/libavutil')
-rw-r--r-- | src/lib/ffmpeg-0.10/libavutil/dict.pas | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/ffmpeg-0.10/libavutil/dict.pas b/src/lib/ffmpeg-0.10/libavutil/dict.pas index 472168f1..ff4fa02b 100644 --- a/src/lib/ffmpeg-0.10/libavutil/dict.pas +++ b/src/lib/ffmpeg-0.10/libavutil/dict.pas @@ -42,6 +42,7 @@ type (* with the "help" of libavutil/internal.h: *) + PPAVDictionary = ^PAVDictionary; PAVDictionary = ^TAVDictionary; TAVDictionary = record count: cint; |