mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-17 20:17:55 +02:00
fftools/ffmpeg_demux: reindent after previous commit
This commit is contained in:
parent
9429624a76
commit
fd980b2615
@ -527,17 +527,17 @@ static void readrate_sleep(Demuxer *d)
|
|||||||
|
|
||||||
static void discard_unused_programs(InputFile *ifile)
|
static void discard_unused_programs(InputFile *ifile)
|
||||||
{
|
{
|
||||||
for (int j = 0; j < ifile->ctx->nb_programs; j++) {
|
for (int j = 0; j < ifile->ctx->nb_programs; j++) {
|
||||||
AVProgram *p = ifile->ctx->programs[j];
|
AVProgram *p = ifile->ctx->programs[j];
|
||||||
int discard = AVDISCARD_ALL;
|
int discard = AVDISCARD_ALL;
|
||||||
|
|
||||||
for (int k = 0; k < p->nb_stream_indexes; k++)
|
for (int k = 0; k < p->nb_stream_indexes; k++)
|
||||||
if (!ifile->streams[p->stream_index[k]]->discard) {
|
if (!ifile->streams[p->stream_index[k]]->discard) {
|
||||||
discard = AVDISCARD_DEFAULT;
|
discard = AVDISCARD_DEFAULT;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
p->discard = discard;
|
p->discard = discard;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static void thread_set_name(InputFile *f)
|
static void thread_set_name(InputFile *f)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user