Mercurial > mplayer.hg
view etc/inttypes.h @ 36344:1251f8aa5785
muxer_lavf: partially support formats creating files own their own.
This works with e.g. image2, but is a bit messy since
using img%d.png results in mencoder itself creating
a file with exactly this name while lavf creates the
correctly numbered ones.
author | reimar |
---|---|
date | Tue, 03 Sep 2013 20:05:29 +0000 |
parents | dae8bc96fb15 |
children |
line wrap: on
line source
// fallback if the user doesn't have inttypes.h (libc5 systems) #include <sys/bitypes.h>