lavc/vp56: Re-indent functions affected by threading refactor
All whitespace plus a curly brace. Signed-off-by: Ben Jackson <ben@ben.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
39a3894ad5
commit
374c17c8fc
@ -539,11 +539,12 @@ int ff_vp56_decode_frame(AVCodecContext *avctx, void *data, int *data_size,
|
|||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (res == 2)
|
if (res == 2) {
|
||||||
if (vp56_size_changed(s)) {
|
if (vp56_size_changed(s)) {
|
||||||
avctx->release_buffer(avctx, p);
|
avctx->release_buffer(avctx, p);
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if (s->has_alpha) {
|
if (s->has_alpha) {
|
||||||
buf += alpha_offset;
|
buf += alpha_offset;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user