]> git.sesse.net Git - ffmpeg/commit
ffserver: replace atoll() by strtoll()
authorMichael Niedermayer <michaelni@gmx.at>
Sun, 19 May 2013 09:13:07 +0000 (11:13 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Sun, 19 May 2013 09:13:07 +0000 (11:13 +0200)
commit73920ac57340e18f97f93298315854efc3137281
tree2e300c57147abefc95f962f41446ddd1eab7a368
parent0a8e86faf24f6a23d54be5a4fdd1ce0cd077d3e5
ffserver: replace atoll() by strtoll()

this should make it easier to support ffserver with msvc

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
ffserver.c