diff options
author | Chris Robinson <[email protected]> | 2020-08-11 10:06:12 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2020-08-11 10:06:12 -0700 |
commit | 529049dc599d3b43ced6a8f04e31415f4cabdf4a (patch) | |
tree | 8401feafff9e5ad4ff8f2d25bc4e1fc19781334e /examples | |
parent | 475ed0f039dfc96b235db51d5edb0b7cca6eb4b1 (diff) |
Remove an unused variable
Diffstat (limited to 'examples')
-rw-r--r-- | examples/alffplay.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/alffplay.cpp b/examples/alffplay.cpp index 2a5c7272..3ee3f286 100644 --- a/examples/alffplay.cpp +++ b/examples/alffplay.cpp @@ -131,7 +131,6 @@ LPALBUFFERCALLBACKSOFT alBufferCallbackSOFT; const seconds AVNoSyncThreshold{10}; -const milliseconds VideoSyncThreshold{10}; #define VIDEO_PICTURE_QUEUE_SIZE 24 const seconds_d64 AudioSyncThreshold{0.03}; |