Mercurial > mplayer.hg
view mpbswap.h @ 26889:32ab01bb3404
Clear iconv conversion state after each subtitle line.
This fixes a bug when the last character on a subtitle line
is sometimes moved to the beginning of the next line.
Patch by Guy Shapiro, bugs sguy org.
author | eugeni |
---|---|
date | Thu, 29 May 2008 18:35:17 +0000 |
parents | 0d255d03016f |
children | c1a3f1bbba26 |
line wrap: on
line source
#ifndef MPLAYER_MPBSWAP_H #define MPLAYER_MPBSWAP_H #include <sys/types.h> #include "config.h" #include "libavutil/bswap.h" #ifndef HAVE_SWAB void swab(const void *from, void *to, ssize_t n); #endif #endif /* MPLAYER_MPBSWAP_H */