You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-07-16 22:42:38 +02:00
Change of indentation
Originally committed as revision 15883 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -209,9 +209,7 @@ static int dv_init_dynamic_tables(const DVprofile *d)
|
|||||||
{
|
{
|
||||||
int j,i,c,s,p;
|
int j,i,c,s,p;
|
||||||
|
|
||||||
if (d->work_chunks[dv_work_pool_size(d)-1].buf_offset)
|
if (!d->work_chunks[dv_work_pool_size(d)-1].buf_offset) {
|
||||||
return 0;
|
|
||||||
|
|
||||||
p = i = 0;
|
p = i = 0;
|
||||||
for (c=0; c<d->n_difchan; c++) {
|
for (c=0; c<d->n_difchan; c++) {
|
||||||
for (s=0; s<d->difseg_size; s++) {
|
for (s=0; s<d->difseg_size; s++) {
|
||||||
@ -227,6 +225,7 @@ static int dv_init_dynamic_tables(const DVprofile *d)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user