aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/ffmpeg-1.1/avformat.pas
diff options
context:
space:
mode:
authork-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2014-03-15 14:24:14 +0000
committerk-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2014-03-15 14:24:14 +0000
commit8c30f8b2ceb95e1286c76e162913042e08df0996 (patch)
treecd39e0d60e02f7aedc131fb1e0918bfb4dbc0c70 /src/lib/ffmpeg-1.1/avformat.pas
parenta7831486a4bbd6710fdfcea7e7236b38335f8b2b (diff)
downloadusdx-8c30f8b2ceb95e1286c76e162913042e08df0996.tar.gz
usdx-8c30f8b2ceb95e1286c76e162913042e08df0996.tar.xz
usdx-8c30f8b2ceb95e1286c76e162913042e08df0996.zip
fix compilation of ffmpeg-1.1. cosmetics in ffmpeg-1.2
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3069 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'src/lib/ffmpeg-1.1/avformat.pas')
-rw-r--r--src/lib/ffmpeg-1.1/avformat.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ffmpeg-1.1/avformat.pas b/src/lib/ffmpeg-1.1/avformat.pas
index 6ed9ec63..2229c20b 100644
--- a/src/lib/ffmpeg-1.1/avformat.pas
+++ b/src/lib/ffmpeg-1.1/avformat.pas
@@ -1139,7 +1139,7 @@ type
* iformat/oformat.flags. In such a case, the (de)muxer will handle
* I/O in some other way and this field will be NULL.
*)
- pb: PByteIOContext;
+ pb: PAVIOContext;
(* stream info *)
ctx_flags: cint; (**< Format-specific flags, see AVFMTCTX_xx *)