[FFmpeg-cvslog] r16564 - trunk/libavformat/avidec.c
mru
subversion
Mon Jan 12 01:07:41 CET 2009
Author: mru
Date: Mon Jan 12 01:07:40 2009
New Revision: 16564
Log:
AVI: add bswap.h include needed on big endian
Modified:
trunk/libavformat/avidec.c
Modified: trunk/libavformat/avidec.c
==============================================================================
--- trunk/libavformat/avidec.c Mon Jan 12 00:49:06 2009 (r16563)
+++ trunk/libavformat/avidec.c Mon Jan 12 01:07:40 2009 (r16564)
@@ -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"
More information about the ffmpeg-cvslog
mailing list