mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-29 02:42:21 +00:00
mpegts: Avoid unnecessary variable shadowing
This commit is contained in:
parent
6d6bd3a3db
commit
f8ab9f2fe3
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user