summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorShreesh Adiga <16567adigashreesh@gmail.com>2020-12-01 21:33:46 +0530
committeravih <avih@users.noreply.github.com>2020-12-02 17:06:11 +0200
commitbd8faa851940da3867ce49c62fe058c978214935 (patch)
treea35611dcfe363759220011bf9bb4a4c652b24b81 /video
parenta74b6619f2aed42c2a6416ae0d798b95760f6a14 (diff)
downloadmpv-bd8faa851940da3867ce49c62fe058c978214935.tar.bz2
mpv-bd8faa851940da3867ce49c62fe058c978214935.tar.xz
vo_sixel: Update description string of vo driver
Diffstat (limited to 'video')
-rw-r--r--video/out/vo_sixel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/vo_sixel.c b/video/out/vo_sixel.c
index cc5cc34ecc..6d8044a315 100644
--- a/video/out/vo_sixel.c
+++ b/video/out/vo_sixel.c
@@ -495,7 +495,7 @@ static void uninit(struct vo *vo)
const struct vo_driver video_out_sixel = {
.name = "sixel",
- .description = "libsixel",
+ .description = "terminal graphics using sixels",
.preinit = preinit,
.query_format = query_format,
.reconfig = reconfig,