aboutsummaryrefslogtreecommitdiffstats
path: root/examples/alffplay.cpp
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2020-03-22 08:05:22 -0700
committerChris Robinson <[email protected]>2020-03-22 08:05:22 -0700
commitf6a0b004e0424e1f12a226b3b3c7193063eb02e3 (patch)
treeedd3cd8bd49a1ff2d0b6f58bceaa79c66c2e9de2 /examples/alffplay.cpp
parentadf28d87aac0be1f21a38e5c5e720cae281989ce (diff)
Update to C++14
Diffstat (limited to 'examples/alffplay.cpp')
-rw-r--r--examples/alffplay.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/alffplay.cpp b/examples/alffplay.cpp
index 6f14f71e..43db1256 100644
--- a/examples/alffplay.cpp
+++ b/examples/alffplay.cpp
@@ -1,7 +1,7 @@
/*
* An example showing how to play a stream sync'd to video, using ffmpeg.
*
- * Requires C++11.
+ * Requires C++14.
*/
#include <condition_variable>