You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
lavc/textdec: fix subviewer1 preproc check.
This commit is contained in:
@@ -128,7 +128,7 @@ AVCodec ff_text_decoder = {
|
||||
};
|
||||
#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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user