Mercurial > mplayer.hg
log
age | author | description |
---|---|---|
Fri, 20 Nov 2009 23:36:16 +0000 | reimar | Use calloc to allocate a rather large (currently 32k) array instead of |
Fri, 20 Nov 2009 10:32:45 +0000 | reimar | sub_fribidi should be static, it is not used outside subreader.c |
Fri, 20 Nov 2009 10:24:31 +0000 | reimar | Use early return instead of block over whole function. |
Fri, 20 Nov 2009 10:22:57 +0000 | reimar | Use FFMAX instead of a custom max macro. |