mirror of
https://github.com/mpv-player/mpv
synced 2025-01-31 04:02:06 +00:00
vo_lavc: remove code with no effect
This field will also removed in the future.
This commit is contained in:
parent
ee574c67ea
commit
cb411ac520
@ -527,7 +527,6 @@ static int control(struct vo *vo, uint32_t request, void *data)
|
|||||||
}
|
}
|
||||||
|
|
||||||
const struct vo_driver video_out_lavc = {
|
const struct vo_driver video_out_lavc = {
|
||||||
.buffer_frames = false,
|
|
||||||
.encode = true,
|
.encode = true,
|
||||||
.description = "video encoding using libavcodec",
|
.description = "video encoding using libavcodec",
|
||||||
.name = "lavc",
|
.name = "lavc",
|
||||||
|
Loading…
Reference in New Issue
Block a user