summaryrefslogtreecommitdiff
path: root/libavcodec/pgssubdec.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2012-11-28 16:20:08 +0000
committerPaul B Mahol <onemda@gmail.com>2012-11-28 16:21:25 +0000
commit6549a9b75333027f66cdaac450a66b6a6186fc6e (patch)
treecbdf9dc11532978cf5ef6685933772745463d192 /libavcodec/pgssubdec.c
parent01eed8c607628bcbac1e689660cd217d1cd1c83e (diff)
pgssubdec: remove unused variable
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavcodec/pgssubdec.c')
-rw-r--r--libavcodec/pgssubdec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/pgssubdec.c b/libavcodec/pgssubdec.c
index b183f30616..d0cff7bba6 100644
--- a/libavcodec/pgssubdec.c
+++ b/libavcodec/pgssubdec.c
@@ -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;