summaryrefslogtreecommitdiff
path: root/ffplay.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-02-03 14:58:59 +0100
committerAnton Khirnov <anton@khirnov.net>2011-04-19 18:41:00 +0200
commit41d0eb1c81c0d266824dfdbd040a54a6afeec81a (patch)
tree016d1199a47c58edd240e5dc25b46927365badfe /ffplay.c
parent01a4259b8db344586b371528973439109f3e2ace (diff)
lavc: remove the FF_API_SET_STRING_OLD cruft.
Diffstat (limited to 'ffplay.c')
-rw-r--r--ffplay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffplay.c b/ffplay.c
index bd8a985eb5..766d5caf9c 100644
--- a/ffplay.c
+++ b/ffplay.c
@@ -35,7 +35,7 @@
#include "libavdevice/avdevice.h"
#include "libswscale/swscale.h"
#include "libavcodec/audioconvert.h"
-#include "libavcodec/opt.h"
+#include "libavutil/opt.h"
#include "libavcodec/avfft.h"
#if CONFIG_AVFILTER