Commit 3f85552e authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/libzvbi-teletextdec: Add variable to fix build

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 8507b98c
......@@ -401,6 +401,7 @@ static int teletext_decode_frame(AVCodecContext *avctx, void *data, int *data_si
TeletextContext *ctx = avctx->priv_data;
AVSubtitle *sub = data;
int ret = 0;
int j;
if (!ctx->vbi) {
if (!(ctx->vbi = vbi_decoder_new()))
......
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