av_log(avctx,AV_LOG_WARNING,"Selected DVB subtitles sub-stream %d is not available\n",ctx->substream);
ctx->composition_id=AV_RB16(avctx->extradata);
ctx->ancillary_id=AV_RB16(avctx->extradata+2);
}
ctx->composition_id=AV_RB16(avctx->extradata);
ctx->ancillary_id=AV_RB16(avctx->extradata+2);
}
ctx->version=-1;
@ -1715,6 +1721,7 @@ end:
staticconstAVOptionoptions[]={
{"compute_edt","compute end of time using pts or timeout",offsetof(DVBSubContext,compute_edt),FF_OPT_TYPE_INT,{.i64=0},0,1,DS},
{"compute_clut","compute clut when not available(-1) or always(1) or never(0)",offsetof(DVBSubContext,compute_clut),FF_OPT_TYPE_INT,{.i64=-1},-1,1,DS},