aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/ffmpeg-0.9/avformat.pas
diff options
context:
space:
mode:
authork-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2013-01-03 22:47:34 +0000
committerk-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2013-01-03 22:47:34 +0000
commit08aa51105f881f912d7e4e4e4e083cb7732fd4b8 (patch)
tree9292ef16ce4217cc60eef17d8b207196088553c5 /src/lib/ffmpeg-0.9/avformat.pas
parent3d1808b5ec93069182b730bb8ab826121ef1b78a (diff)
downloadusdx-08aa51105f881f912d7e4e4e4e083cb7732fd4b8.tar.gz
usdx-08aa51105f881f912d7e4e4e4e083cb7732fd4b8.tar.xz
usdx-08aa51105f881f912d7e4e4e4e083cb7732fd4b8.zip
merge with the patches of s_alexander from the new svn repository. prepare for second move to the new repository.
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2932 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r--src/lib/ffmpeg-0.9/avformat.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ffmpeg-0.9/avformat.pas b/src/lib/ffmpeg-0.9/avformat.pas
index f5951934..7cbdf9a0 100644
--- a/src/lib/ffmpeg-0.9/avformat.pas
+++ b/src/lib/ffmpeg-0.9/avformat.pas
@@ -462,7 +462,7 @@ type
*)
flags: cint;
- dummy: pointer
+ dummy: pointer;
interleave_packet: function (s: PAVFormatContext; out_: PAVPacket;
in_: PAVPacket; flush: cint): cint; cdecl;