Am Fr., 19. Juli 2019 um 14:37 Uhr schrieb Pawlowski, Slawomir
<[email protected]>:
> - 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
_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".