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

avcodec/libzvbi-teletextdec: Remove unused variable

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 65cc3915
...@@ -99,7 +99,6 @@ static void subtitle_rect_free(AVSubtitleRect **sub_rect) ...@@ -99,7 +99,6 @@ static void subtitle_rect_free(AVSubtitleRect **sub_rect)
static char *create_ass_text(TeletextContext *ctx, const char *text) static char *create_ass_text(TeletextContext *ctx, const char *text)
{ {
int ret;
char *dialog; char *dialog;
AVBPrint buf; AVBPrint buf;
......
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