summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-04-30 22:24:48 +0200
committerwm4 <wm4@nowhere>2014-04-30 22:24:48 +0200
commitcb411ac52093569d831f2673f18be89ff438b9ba (patch)
tree0c076ceb8aa909798b390f156166a803ab861744
parentee574c67ead6457fc6fe0d49b2261f124349004a (diff)
downloadmpv-cb411ac52093569d831f2673f18be89ff438b9ba.tar.bz2
mpv-cb411ac52093569d831f2673f18be89ff438b9ba.tar.xz
vo_lavc: remove code with no effect
This field will also removed in the future.
-rw-r--r--video/out/vo_lavc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/video/out/vo_lavc.c b/video/out/vo_lavc.c
index 9617e0f989..0e9ead3b3b 100644
--- a/video/out/vo_lavc.c
+++ b/video/out/vo_lavc.c
@@ -527,7 +527,6 @@ static int control(struct vo *vo, uint32_t request, void *data)
}
const struct vo_driver video_out_lavc = {
- .buffer_frames = false,
.encode = true,
.description = "video encoding using libavcodec",
.name = "lavc",