summaryrefslogtreecommitdiffstats
path: root/video/out/vo.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-07-04 17:53:30 +0200
committerwm4 <wm4@nowhere>2013-07-04 17:53:30 +0200
commitd084f72a6cf47b9c232243398fced85c4c620ff6 (patch)
tree03c4dc22ba78b31c53cace4b9088b99189f4ac2c /video/out/vo.c
parent1789449a0a06a4fda29a3080ecef1a621f2bf60f (diff)
downloadmpv-d084f72a6cf47b9c232243398fced85c4c620ff6.tar.bz2
mpv-d084f72a6cf47b9c232243398fced85c4c620ff6.tar.xz
core: remove mp_fifo leftovers
Diffstat (limited to 'video/out/vo.c')
-rw-r--r--video/out/vo.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/video/out/vo.c b/video/out/vo.c
index 44e963984c..e05b1ae8a6 100644
--- a/video/out/vo.c
+++ b/video/out/vo.c
@@ -292,7 +292,6 @@ struct vo *init_best_video_out(struct mp_vo_opts *opts,
struct vo *vo = talloc_ptrtype(NULL, vo);
struct vo initial_values = {
.opts = opts,
- .key_fifo = (struct mp_fifo *)input_ctx,
.encode_lavc_ctx = encode_lavc_ctx,
.input_ctx = input_ctx,
.event_fd = -1,