OSDN Git Service

swscale: call handle_format() from the functions that need it
authorMichael Niedermayer <michaelni@gmx.at>
Sun, 14 Jul 2013 01:35:34 +0000 (03:35 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Sun, 14 Jul 2013 01:36:19 +0000 (03:36 +0200)
commitc75dde607440540373670ee4f526df572c646fc4
tree9831b1a066ff8025b9e01f6c5c8adaef0a02930a
parent0fc11e7bad7190080dc75aaec82ee66f4037359d
swscale: call handle_format() from the functions that need it

This should fix some hypothetical issues with alloc/init_context() usage

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libswscale/utils.c