]> git.sesse.net Git - ffmpeg/commit
mem: define the MAX_MALLOC_SIZE constant and use it in place of INT_MAX
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Wed, 18 May 2011 21:59:38 +0000 (23:59 +0200)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Mon, 23 May 2011 22:41:14 +0000 (00:41 +0200)
commit6b4c0be5586acad3bbafd7d2dd02a8328a5ab632
tree7b5f2b3dc685733b61f3a81f26a44fa3daacb65b
parent5f3c436bdf36395974af93c815b86f439e25f36c
mem: define the MAX_MALLOC_SIZE constant and use it in place of INT_MAX

This makes re-dimensionating the constant simpler, since now it is
defined only in one place.
libavutil/mem.c