Commit d580d2a7 authored by Rafaël Carré's avatar Rafaël Carré

avcodec: decode dvbs

Tested with http://www.martinunderwood.f9.co.uk/mallard.wtv
parent 45a833ff
......@@ -56,6 +56,7 @@ int InitSubtitleDec(decoder_t *dec, AVCodecContext *context,
switch (codec_id) {
case AV_CODEC_ID_HDMV_PGS_SUBTITLE:
case AV_CODEC_ID_XSUB:
case AV_CODEC_ID_DVB_SUBTITLE:
break;
default:
msg_Warn(dec, "refusing to decode non validated subtitle codec");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment