aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/ffmpeg-0.9/avutil.pas
diff options
context:
space:
mode:
authork-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2013-05-16 23:07:55 +0000
committerk-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2013-05-16 23:07:55 +0000
commit0c729e2fc2d4f1236b04b220ae88c90dc890fb24 (patch)
treef1d87d07380553a9cb7a2c8a8e563f06a52c1bda /src/lib/ffmpeg-0.9/avutil.pas
parent93346297e1917b5115430d4039d7c9628eaccf15 (diff)
downloadusdx-0c729e2fc2d4f1236b04b220ae88c90dc890fb24.tar.gz
usdx-0c729e2fc2d4f1236b04b220ae88c90dc890fb24.tar.xz
usdx-0c729e2fc2d4f1236b04b220ae88c90dc890fb24.zip
fix typo and reorder log.pas & opt.pas and translate avcodec_find_best_pix_fmt2
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2987 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r--src/lib/ffmpeg-0.9/avutil.pas4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/ffmpeg-0.9/avutil.pas b/src/lib/ffmpeg-0.9/avutil.pas
index acb06237..fc3cdd24 100644
--- a/src/lib/ffmpeg-0.9/avutil.pas
+++ b/src/lib/ffmpeg-0.9/avutil.pas
@@ -202,10 +202,10 @@ function av_x_if_null(p: {const} pointer; x: {const} pointer): pointer; {$IFDEF
{$INCLUDE libavutil/mem.pas}
-{$INCLUDE libavutil/opt.pas}
-
{$INCLUDE libavutil/log.pas}
+{$INCLUDE libavutil/opt.pas}
+
{$INCLUDE libavutil/pixfmt.pas}
{$INCLUDE libavutil/samplefmt.pas}