aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/ffmpeg-0.9/avcodec.pas
diff options
context:
space:
mode:
authork-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2013-05-17 21:09:01 +0000
committerk-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2013-05-17 21:09:01 +0000
commit6b696eb1fcbce5971403ea5435be2756e933e280 (patch)
treeca1660e5cddf57f1efd4559f68a5dc0d2a3ac7f1 /src/lib/ffmpeg-0.9/avcodec.pas
parent4d2b91a9707d0875effd1f0af8c9c1f9c8d8aa4b (diff)
downloadusdx-6b696eb1fcbce5971403ea5435be2756e933e280.tar.gz
usdx-6b696eb1fcbce5971403ea5435be2756e933e280.tar.xz
usdx-6b696eb1fcbce5971403ea5435be2756e933e280.zip
a couple of fixes.
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2991 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'src/lib/ffmpeg-0.9/avcodec.pas')
-rw-r--r--src/lib/ffmpeg-0.9/avcodec.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ffmpeg-0.9/avcodec.pas b/src/lib/ffmpeg-0.9/avcodec.pas
index bf0c9e19..6afda84b 100644
--- a/src/lib/ffmpeg-0.9/avcodec.pas
+++ b/src/lib/ffmpeg-0.9/avcodec.pas
@@ -3988,7 +3988,7 @@ function avcodec_find_best_pix_fmt(pix_fmt_mask: cint64; src_pix_fmt: TAVPixelFo
* that occurs when converting from src to selected dst pixel format.
* @return The best pixel format to convert to or -1 if none was found.
*)
-function avcodec_find_best_pix_fmt2(dst_pix_fmt1: TAVPixelFormat; dst_pix_fmt2: : TAVPixelFormat;
+function avcodec_find_best_pix_fmt2(dst_pix_fmt1: TAVPixelFormat; dst_pix_fmt2: TAVPixelFormat;
src_pix_fmt: TAVPixelFormat; has_alpha: cint; loss_ptr: Pcint): TAVPixelFormat;
cdecl; external av__codec;