h264_cabac: Mark functions calling decode_cabac_residual_internal as noinline
authorDiego Biurrun <diego@biurrun.de>
Thu, 15 Aug 2013 22:29:23 +0000 (00:29 +0200)
committerDiego Biurrun <diego@biurrun.de>
Sat, 24 Aug 2013 14:14:15 +0000 (16:14 +0200)
commitff9d57e7dfc8c171bea3fb9129aa87fa28d89f18
tree95bf9d8a312961e74289bd1801d21eb47f62279f
parentf407856968dcf4ff6c7240abe3afc17c00d81b46
h264_cabac: Mark functions calling decode_cabac_residual_internal as noinline

This ensures that decode_cabac_residual_internal actually does get inlined,
which it otherwise does not, even though it is marked as always_inline.
libavcodec/h264_cabac.c