bgmc: Do not mark ff_bgmc_decode_init() as av_cold
authorDiego Biurrun <diego@biurrun.de>
Sun, 5 May 2013 18:51:52 +0000 (20:51 +0200)
committerDiego Biurrun <diego@biurrun.de>
Sun, 5 May 2013 18:51:52 +0000 (20:51 +0200)
commit2d5fd7886a29b36e696d01ee777c886b421f4eb2
treedb392c7ea0199d53ddc48cc677446a7f64396943
parentbd8ac882140a38868c33c000a430a1292a352533
bgmc: Do not mark ff_bgmc_decode_init() as av_cold

The function is possibly called once per block.
libavcodec/bgmc.c