mirror of https://git.ffmpeg.org/ffmpeg.git
pgssubdec: remove unused variable
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
01eed8c607
commit
6549a9b753
|
@ -449,7 +449,6 @@ static int display_end_segment(AVCodecContext *avctx, void *data,
|
||||||
static int decode(AVCodecContext *avctx, void *data, int *data_size,
|
static int decode(AVCodecContext *avctx, void *data, int *data_size,
|
||||||
AVPacket *avpkt)
|
AVPacket *avpkt)
|
||||||
{
|
{
|
||||||
PGSSubContext *ctx = avctx->priv_data;
|
|
||||||
const uint8_t *buf = avpkt->data;
|
const uint8_t *buf = avpkt->data;
|
||||||
int buf_size = avpkt->size;
|
int buf_size = avpkt->size;
|
||||||
AVSubtitle *sub = data;
|
AVSubtitle *sub = data;
|
||||||
|
|
Loading…
Reference in New Issue