mpegts: Avoid unnecessary variable shadowing

This commit is contained in:
Diego Biurrun 2014-08-06 03:28:06 -07:00
parent 6d6bd3a3db
commit f8ab9f2fe3
1 changed files with 0 additions and 1 deletions

View File

@ -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) {