[FFmpeg-devel] patch2 Add-multithreading-for-swscale-filter.patch
Carl Eugen Hoyos
ceffmpeg at gmail.com
Fri Jul 19 17:10:12 EEST 2019
Am Fr., 19. Juli 2019 um 14:37 Uhr schrieb Pawlowski, Slawomir
<slawomir.pawlowski at intel.com>:
> - res = alloc_slice(&c->slice[0], c->srcFormat, c->srcH, c->chrSrcH, c->chrSrcHSubSample, c->chrSrcVSubSample, 0);
> - if (res < 0) goto cleanup;
> + if(!c->parent) {
> + res = alloc_slice(&c->slice[0], c->srcFormat, c->srcH, c->chrSrcH, c->chrSrcHSubSample, c->chrSrcVSubSample, 0);
> + if (res < 0) goto cleanup;
> + }
> + else {
Since you have to send a new patch anyway:
Please fix your editor, so the ugly new line is not added.
> Ta wiadomosc wraz z zalacznikami jest przeznaczona dla okreslonego adresata i moze zawierac informacje poufne. W razie przypadkowego otrzymania tej wiadomosci, prosimy o powiadomienie nadawcy oraz trwale jej usuniecie; jakiekolwiek
> przegladanie lub rozpowszechnianie jest zabronione.
> This e-mail and any attachments may contain confidential material
You have sent this message to a publicly logged mailing list, it does not
contain confidential material, please remove this footer.
Carl Eugen
More information about the ffmpeg-devel
mailing list