diff options
author | Chris Robinson <[email protected]> | 2019-07-26 03:44:46 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2019-07-26 03:44:46 -0700 |
commit | b22ecc45c9183572370895790cf955c490196b1f (patch) | |
tree | 06f8ea1ff24b1fa5fd7e8b6b90189556583f0ec8 | |
parent | 18f1139de86a5e961e65ae562b0a1106828b21ab (diff) |
Increase the video picture queue size to 24
-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}; |