Cosmetics: Reindent after last commit.

This commit is contained in:
Carl Eugen Hoyos 2018-09-19 18:14:40 +02:00
parent 1ba32a3c46
commit 076558a9f4
1 changed files with 5 additions and 5 deletions

View File

@ -999,11 +999,11 @@ dshow_add_device(AVFormatContext *avctx,
if (par->height < 0) {
par->height *= -1;
} else {
par->extradata = av_malloc(9 + AV_INPUT_BUFFER_PADDING_SIZE);
if (par->extradata) {
par->extradata_size = 9;
memcpy(par->extradata, "BottomUp", 9);
}
par->extradata = av_malloc(9 + AV_INPUT_BUFFER_PADDING_SIZE);
if (par->extradata) {
par->extradata_size = 9;
memcpy(par->extradata, "BottomUp", 9);
}
}
}
}