git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01eed8c
)
pgssubdec: remove unused variable
author
Paul B Mahol
<onemda@gmail.com>
Wed, 28 Nov 2012 16:20:08 +0000
(16:20 +0000)
committer
Paul B Mahol
<onemda@gmail.com>
Wed, 28 Nov 2012 16:21:25 +0000
(16:21 +0000)
Signed-off-by: Paul B Mahol <onemda@gmail.com>
libavcodec/pgssubdec.c
patch
|
blob
|
history
diff --git
a/libavcodec/pgssubdec.c
b/libavcodec/pgssubdec.c
index
b183f30
..
d0cff7b
100644
(file)
--- 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;