Module: libav Branch: master Commit: f8ab9f2fe3730a0e8c3c1eb7c486f7c0041fb3fc
Author: Diego Biurrun <[email protected]> Committer: Diego Biurrun <[email protected]> Date: Wed Aug 6 03:28:06 2014 -0700 mpegts: Avoid unnecessary variable shadowing --- libavformat/mpegtsenc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavformat/mpegtsenc.c b/libavformat/mpegtsenc.c index c488989..cbd3aab 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) { _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
