diff options
Diffstat (limited to 'examples/alffplay.cpp')
-rw-r--r-- | examples/alffplay.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/alffplay.cpp b/examples/alffplay.cpp index b532d8cd..eb5004c6 100644 --- a/examples/alffplay.cpp +++ b/examples/alffplay.cpp @@ -120,7 +120,7 @@ LPALEVENTCALLBACKSOFT alEventCallbackSOFT; const seconds AVNoSyncThreshold{10}; const milliseconds VideoSyncThreshold{10}; -#define VIDEO_PICTURE_QUEUE_SIZE 16 +#define VIDEO_PICTURE_QUEUE_SIZE 24 const seconds_d64 AudioSyncThreshold{0.03}; const milliseconds AudioSampleCorrectionMax{50}; |