Changeset ff9d57e7 in ffmpeg

Timestamp:
Aug 24, 2013, 2:14:15 PM (11 years ago)
Author:
Diego Biurrun <diego@biurrun.de>
Branches:
master
Children:
21ba802, bf98562
Parents:
f4078569
git-author:
Diego Biurrun <diego@biurrun.de> (08/15/13 22:29:23)
git-committer:
Diego Biurrun <diego@biurrun.de> (08/24/13 14:14:15)
Message:

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.

(No files)

Note: See TracChangeset for help on using the changeset viewer.