Mercurial > mplayer.hg
view etc/inttypes.h @ 32489:d5dfda231e76
Make scale filter accept all non-hardware-acceleration input formats we know a
PIX_FMT_* for.
It is possible we will not have a conversion for some of these formats,
but since it will just fail different this approach is better since
it avoids having to expand the explicit list continuously.
author | reimar |
---|---|
date | Wed, 03 Nov 2010 16:42:24 +0000 |
parents | dae8bc96fb15 |
children |
line wrap: on
line source
// fallback if the user doesn't have inttypes.h (libc5 systems) #include <sys/bitypes.h>