Mercurial > mplayer.hg
log
age | author | description |
---|---|---|
Sun, 12 Sep 2010 15:35:41 +0000 | reimar | Avoid some pointless uses of sizeof() and one related cast. |
Sun, 12 Sep 2010 15:14:47 +0000 | diego | Replace one more instance of sizeof(WAVEFORMATEX); fix compilation. |
Sun, 12 Sep 2010 13:49:08 +0000 | reimar | Replace sizeof(WAVEFORMATEX) and sizeof(BITMAPINFOHEADER) in mencoder.c |
Sun, 12 Sep 2010 13:38:59 +0000 | reimar | Replace several sizeof(WAVEFORMATEX) |
Sun, 12 Sep 2010 13:35:13 +0000 | reimar | Remove a useless cast. |
Sun, 12 Sep 2010 13:26:39 +0000 | reimar | Replace sizeof(type) |
Sun, 12 Sep 2010 13:14:18 +0000 | reimar | Remove a useless cast. |
Sun, 12 Sep 2010 13:13:36 +0000 | reimar | Replace sizeof(type) by sizeof(*ptrvar) |