]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commit
Revert "Attempt to open files with O_DIRECT"
authorMichal Sojka <sojkam1@fel.cvut.cz>
Sun, 29 Nov 2009 13:20:34 +0000 (14:20 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Sun, 29 Nov 2009 13:20:34 +0000 (14:20 +0100)
commit6eff4327955747dd3633b6b82ce39cfab817ce5a
tree33e8a8eb018dd695bbd69800deb70292778d582a
parent964a75e3a09560140453aecd74247bde6d61dd9e
Revert "Attempt to open files with O_DIRECT"

This reverts commit 964a75e3a09560140453aecd74247bde6d61dd9e.

Although we have aligned buffer start, write() fails. According to
open(2), size must also be aligned and I'm not able to achieve this in
ffmpeg.
libavformat/aviobuf.c
libavformat/file.c