Commit 3224a319 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'f8ab9f2f'

* commit 'f8ab9f2f':
  mpegts: Avoid unnecessary variable shadowing
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 066d7765 f8ab9f2f
......@@ -767,7 +767,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