mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
avcodec/libzvbi-teletextdec: Add variable to fix build
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
8507b98c10
commit
3f85552e40
@ -401,6 +401,7 @@ static int teletext_decode_frame(AVCodecContext *avctx, void *data, int *data_si
|
|||||||
TeletextContext *ctx = avctx->priv_data;
|
TeletextContext *ctx = avctx->priv_data;
|
||||||
AVSubtitle *sub = data;
|
AVSubtitle *sub = data;
|
||||||
int ret = 0;
|
int ret = 0;
|
||||||
|
int j;
|
||||||
|
|
||||||
if (!ctx->vbi) {
|
if (!ctx->vbi) {
|
||||||
if (!(ctx->vbi = vbi_decoder_new()))
|
if (!(ctx->vbi = vbi_decoder_new()))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user