avcodec/libzvbi-teletextdec: Add variable to fix build

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
pull/155/head
Michael Niedermayer 9 years ago
parent 8507b98c10
commit 3f85552e40
  1. 1
      libavcodec/libzvbi-teletextdec.c

@ -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()))

Loading…
Cancel
Save