summaryrefslogtreecommitdiff
path: root/fftools/ffplay.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2022-03-09 12:11:09 +0100
committerAnton Khirnov <anton@khirnov.net>2022-03-22 18:49:43 +0100
commita545cb2b9dc689ae19e75be27a3550d97cb9cf72 (patch)
tree4074549ecb789ec648c77decc348f682186b5405 /fftools/ffplay.c
parentc99b93c5d53d8f4a4f1fafc90f3dfc51467ee02e (diff)
downloadffmpeg-a545cb2b9dc689ae19e75be27a3550d97cb9cf72.tar.gz
fftools/cmdutils: split common option handlers into their own file
Diffstat (limited to 'fftools/ffplay.c')
-rw-r--r--fftools/ffplay.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fftools/ffplay.c b/fftools/ffplay.c
index 9a5c04e6c6..2b1a5b9cc8 100644
--- a/fftools/ffplay.c
+++ b/fftools/ffplay.c
@@ -60,6 +60,7 @@
#include <SDL_thread.h>
#include "cmdutils.h"
+#include "opt_common.h"
const char program_name[] = "ffplay";
const int program_birth_year = 2003;