aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/ffmpeg/avformat.pas
diff options
context:
space:
mode:
authork-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2009-12-16 22:29:25 +0000
committerk-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2009-12-16 22:29:25 +0000
commit5762173ae803c171943bc5d6c7c6e732902cd4e8 (patch)
tree24aadd7230b705c83cdfeda95f61cc468a75a3d6 /src/lib/ffmpeg/avformat.pas
parentbbec4bdd80154e4a29cb56cd94fded55ac5d5efb (diff)
downloadusdx-5762173ae803c171943bc5d6c7c6e732902cd4e8.tar.gz
usdx-5762173ae803c171943bc5d6c7c6e732902cd4e8.tar.xz
usdx-5762173ae803c171943bc5d6c7c6e732902cd4e8.zip
typos corrected
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2041 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'src/lib/ffmpeg/avformat.pas')
-rw-r--r--src/lib/ffmpeg/avformat.pas4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/ffmpeg/avformat.pas b/src/lib/ffmpeg/avformat.pas
index 2b8a5e4f..9c5170f5 100644
--- a/src/lib/ffmpeg/avformat.pas
+++ b/src/lib/ffmpeg/avformat.pas
@@ -371,9 +371,9 @@ const
{$IF LIBAVFORMAT_VERSION >= 52035000} // >= 52.35.0
{$IF LIBAVFORMAT_VERSION < 52039000} // < 52.39.0
- RAW_PACKET_BUFFER_SIZE 32000
+ RAW_PACKET_BUFFER_SIZE = 32000;
{$ELSE}
- RAW_PACKET_BUFFER_SIZE 2500000
+ RAW_PACKET_BUFFER_SIZE = 2500000;
{$IFEND}
{$IFEND}