Mercurial > mplayer.hg
view stream/stream_dvd_common.h @ 27334:a0fe67fe194b
change arbitrary CODECS_MAX_FOURCC limit to larger arbitrary limit
some camera generates different MPEG2 fourccs for each res and fps.
http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2008-July/050348.html
author | compn |
---|---|
date | Wed, 30 Jul 2008 03:27:17 +0000 |
parents | c333185b1c3e |
children | e7c989f7a7c9 |
line wrap: on
line source
#ifndef MPLAYER_STREAM_DVD_COMMON_H #define MPLAYER_STREAM_DVD_COMMON_H #include "config.h" #include <inttypes.h> #ifdef USE_DVDREAD_INTERNAL #include <dvdread/ifo_types.h> #else #include <libdvdread/ifo_types.h> #endif int mp_dvdtimetomsec(dvd_time_t *dt); #endif /* MPLAYER_STREAM_DVD_COMMON_H */