]> granicus.if.org Git - handbrake/commit
subtitles: simplify and shorten subtitle descriptions (#591)
authorJohn Stebbins <jstebbins.hb@gmail.com>
Fri, 10 Mar 2017 19:56:55 +0000 (12:56 -0700)
committerGitHub <noreply@github.com>
Fri, 10 Mar 2017 19:56:55 +0000 (12:56 -0700)
commitbd22891d633e16d7aedddadd2e4dd716f615d847
tree4194d0fd483759f8e8f5226ac479e5ad193a9ef9
parent1f6c91c00be0f8f47de1d5c77b945ad6ecd50ec5
subtitles: simplify and shorten subtitle descriptions (#591)

* subtitles: simplify and shorten subtitle descriptions

Generally, it eliminates parens to make things more readable.

I.e. it turns this:
English (Closed Caption)(Wide Screen)(Bitmap)(VOBSUB)

Into this:
English, Closed Caption [Wide Screen, VOBSUB]

* Revise punctuation per BradleyS request

* fix subtitle description formatting

* incorporate suggestions from PR
14 files changed:
gtk/src/hb-backend.c
gtk/src/subtitlehandler.c
libhb/bd.c
libhb/common.c
libhb/decavcodec.c
libhb/dvd.c
libhb/dvdnav.c
libhb/stream.c
libhb/work.c
macosx/HBSubtitles.m
macosx/HBTitle.m
test/test.c
win/CS/HandBrakeWPF/Services/Scan/Model/Subtitle.cs
win/CS/HandBrakeWPF/ViewModels/SubtitlesViewModel.cs