Commit f8ab9f2f authored by Diego Biurrun's avatar Diego Biurrun

mpegts: Avoid unnecessary variable shadowing

parent 6d6bd3a3
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment