aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/ffmpeg/avformat.pas
diff options
context:
space:
mode:
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}