pbutils: Add entry for text/x-raw

https://bugzilla.gnome.org/show_bug.cgi?id=708954
This commit is contained in:
Matej Knopp 2013-09-27 22:53:43 +02:00 committed by Sebastian Dröge
parent cb70260b48
commit 057a44899e

View file

@ -269,6 +269,7 @@ static const FormatInfo formats[] = {
{"image/vnd.wap.wbmp", "Wireless Bitmap", FLAG_IMAGE, "wbmp"},
/* subtitle formats with static descriptions */
{"text/x-raw", N_("Timed Text"), FLAG_SUB, ""},
{"application/x-ssa", "SubStation Alpha", FLAG_SUB, ""},
{"application/x-ass", "Advanced SubStation Alpha", FLAG_SUB, ""},
/* FIXME: add variant field to typefinder? */