Mercurial > libavformat.hg
changeset 4203:27d9df19f066 libavformat
AVI: add bswap.h include needed on big endian
author | mru |
---|---|
date | Mon, 12 Jan 2009 00:07:40 +0000 |
parents | baf5439883f1 |
children | 66dacc060918 |
files | avidec.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/avidec.c Sun Jan 11 23:24:28 2009 +0000 +++ b/avidec.c Mon Jan 12 00:07:40 2009 +0000 @@ -18,6 +18,8 @@ * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ + +#include "libavutil/bswap.h" #include "avformat.h" #include "avi.h" #include "dv.h"