summaryrefslogtreecommitdiff
path: root/libavformat/mpegtsenc.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2014-08-06 03:28:06 -0700
committerDiego Biurrun <diego@biurrun.de>2014-08-07 07:52:17 -0700
commitf8ab9f2fe3730a0e8c3c1eb7c486f7c0041fb3fc (patch)
tree281d1607748b9badc58edb21ffd427bd88c05949 /libavformat/mpegtsenc.c
parent6d6bd3a3db24747ae5e10716f4782129c38951f6 (diff)
mpegts: Avoid unnecessary variable shadowing
Diffstat (limited to 'libavformat/mpegtsenc.c')
-rw-r--r--libavformat/mpegtsenc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/mpegtsenc.c b/libavformat/mpegtsenc.c
index c488989bd8..cbd3aabc76 100644
--- a/libavformat/mpegtsenc.c
+++ b/libavformat/mpegtsenc.c
@@ -635,7 +635,6 @@ static int mpegts_write_header(AVFormatContext *s)
fail:
av_free(pids);
for (i = 0; i < s->nb_streams; i++) {
- MpegTSWriteStream *ts_st;
st = s->streams[i];
ts_st = st->priv_data;
if (ts_st) {