You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
mpegts: Avoid unnecessary variable shadowing
This commit is contained in:
@@ -635,7 +635,6 @@ static int mpegts_write_header(AVFormatContext *s)
|
|||||||
fail:
|
fail:
|
||||||
av_free(pids);
|
av_free(pids);
|
||||||
for (i = 0; i < s->nb_streams; i++) {
|
for (i = 0; i < s->nb_streams; i++) {
|
||||||
MpegTSWriteStream *ts_st;
|
|
||||||
st = s->streams[i];
|
st = s->streams[i];
|
||||||
ts_st = st->priv_data;
|
ts_st = st->priv_data;
|
||||||
if (ts_st) {
|
if (ts_st) {
|
||||||
|
Reference in New Issue
Block a user