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