1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-18 04:51:52 +00:00

vo_lavc: remove code with no effect

This field will also removed in the future.
This commit is contained in:
wm4 2014-04-30 22:24:48 +02:00
parent ee574c67ea
commit cb411ac520

View File

@ -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",