mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-27 09:52:17 +00:00
lavc/textdec: fix subviewer1 preproc check.
This commit is contained in:
parent
72ff8ee158
commit
87350d6b44
@ -128,7 +128,7 @@ AVCodec ff_text_decoder = {
|
|||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if CONFIG_VPLAYER_DECODER || CONFIG_PJS_DECODER || CONFIG_TEXT_DECODER
|
#if CONFIG_VPLAYER_DECODER || CONFIG_PJS_DECODER || CONFIG_SUBVIEWER1_DECODER
|
||||||
|
|
||||||
static int linebreak_init(AVCodecContext *avctx)
|
static int linebreak_init(AVCodecContext *avctx)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user