comparison bfi.c @ 4201:7d2f3f1b68d8 libavformat

Fix build: Add intreadwrite.h and bswap.h #includes where necessary.
author diego
date Sun, 11 Jan 2009 22:19:48 +0000
parents 1d3d17de20ba
children 49c1d3b27727
comparison
equal deleted inserted replaced
4200:898c3d1d9e4e 4201:7d2f3f1b68d8
24 * @brief Brute Force & Ignorance (.bfi) file demuxer 24 * @brief Brute Force & Ignorance (.bfi) file demuxer
25 * @author Sisir Koppaka ( sisir.koppaka at gmail dot com ) 25 * @author Sisir Koppaka ( sisir.koppaka at gmail dot com )
26 * @sa http://wiki.multimedia.cx/index.php?title=BFI 26 * @sa http://wiki.multimedia.cx/index.php?title=BFI
27 */ 27 */
28 28
29 #include "libavutil/intreadwrite.h"
29 #include "avformat.h" 30 #include "avformat.h"
30 31
31 typedef struct BFIContext { 32 typedef struct BFIContext {
32 int nframes; 33 int nframes;
33 int audio_frame; 34 int audio_frame;