Commit 6549a9b7 authored by Paul B Mahol's avatar Paul B Mahol

pgssubdec: remove unused variable

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 01eed8c6
......@@ -449,7 +449,6 @@ static int display_end_segment(AVCodecContext *avctx, void *data,
static int decode(AVCodecContext *avctx, void *data, int *data_size,
AVPacket *avpkt)
{
PGSSubContext *ctx = avctx->priv_data;
const uint8_t *buf = avpkt->data;
int buf_size = avpkt->size;
AVSubtitle *sub = data;
......
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