Browse code

Fix build: Add intreadwrite.h and bswap.h #includes where necessary.

Originally committed as revision 16556 to svn://svn.ffmpeg.org/ffmpeg/trunk

Diego Biurrun authored on 2009/01/12 07:19:48
Showing 82 changed files
... ...
@@ -24,6 +24,7 @@
24 24
  * 4XM codec.
25 25
  */
26 26
 
27
+#include "libavutil/intreadwrite.h"
27 28
 #include "avcodec.h"
28 29
 #include "dsputil.h"
29 30
 #include "bitstream.h"
... ...
@@ -34,6 +34,7 @@
34 34
 #include <stdio.h>
35 35
 #include <stdlib.h>
36 36
 
37
+#include "libavutil/intreadwrite.h"
37 38
 #include "avcodec.h"
38 39
 
39 40
 
... ...
@@ -18,6 +18,8 @@
18 18
  * License along with FFmpeg; if not, write to the Free Software
19 19
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 20
  */
21
+
22
+#include "libavutil/intreadwrite.h"
21 23
 #include "avcodec.h"
22 24
 #include "adx.h"
23 25
 
... ...
@@ -18,6 +18,8 @@
18 18
  * License along with FFmpeg; if not, write to the Free Software
19 19
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 20
  */
21
+
22
+#include "libavutil/intreadwrite.h"
21 23
 #include "avcodec.h"
22 24
 #include "adx.h"
23 25
 
... ...
@@ -23,6 +23,7 @@
23 23
 #define AVCODEC_BYTESTREAM_H
24 24
 
25 25
 #include "libavutil/common.h"
26
+#include "libavutil/intreadwrite.h"
26 27
 
27 28
 #define DEF_T(type, name, bytes, read, write)                             \
28 29
 static av_always_inline type bytestream_get_ ## name(const uint8_t **b){\
... ...
@@ -34,6 +34,7 @@
34 34
 #include <string.h>
35 35
 #include <unistd.h>
36 36
 
37
+#include "libavutil/intreadwrite.h"
37 38
 #include "avcodec.h"
38 39
 
39 40
 
... ...
@@ -27,6 +27,7 @@
27 27
  * @author Marco Gerards <marco@gnu.org>
28 28
  */
29 29
 
30
+#include "libavutil/intreadwrite.h"
30 31
 #include "parser.h"
31 32
 
32 33
 #define DIRAC_PARSE_INFO_PREFIX 0x42424344
... ...
@@ -37,6 +37,7 @@
37 37
  * the fourcc 'Axan' in the 'auds' chunk of the AVI header.
38 38
  */
39 39
 
40
+#include "libavutil/intreadwrite.h"
40 41
 #include "avcodec.h"
41 42
 
42 43
 typedef struct DPCMContext {
... ...
@@ -30,6 +30,7 @@
30 30
 #ifndef AVCODEC_DSPUTIL_H
31 31
 #define AVCODEC_DSPUTIL_H
32 32
 
33
+#include "libavutil/intreadwrite.h"
33 34
 #include "avcodec.h"
34 35
 
35 36
 
... ...
@@ -18,6 +18,8 @@
18 18
  * License along with FFmpeg; if not, write to the Free Software
19 19
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 20
  */
21
+
22
+#include "libavutil/intreadwrite.h"
21 23
 #include "avcodec.h"
22 24
 
23 25
 /* parser definition */
... ...
@@ -27,6 +27,7 @@
27 27
 #include <stdio.h>
28 28
 #include <stdlib.h>
29 29
 
30
+#include "libavutil/intreadwrite.h"
30 31
 #include "avcodec.h"
31 32
 
32 33
 #include <zlib.h>
... ...
@@ -28,6 +28,7 @@
28 28
  * http://wiki.multimedia.cx/index.php?title=Electronic_Arts_CMV
29 29
  */
30 30
 
31
+#include "libavutil/intreadwrite.h"
31 32
 #include "avcodec.h"
32 33
 
33 34
 typedef struct CmvContext {
... ...
@@ -40,7 +40,7 @@
40 40
 #include <string.h>
41 41
 #include <unistd.h>
42 42
 
43
-#include "libavutil/bswap.h"
43
+#include "libavutil/intreadwrite.h"
44 44
 #include "avcodec.h"
45 45
 
46 46
 #define FLI_256_COLOR 4
... ...
@@ -18,6 +18,7 @@
18 18
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19 19
  */
20 20
 
21
+#include "libavutil/intreadwrite.h"
21 22
 #include "avcodec.h"
22 23
 
23 24
 typedef struct H264BSFContext {
... ...
@@ -22,6 +22,7 @@
22 22
 #include <stdint.h>
23 23
 
24 24
 #include "libavutil/crc.h"
25
+#include "libavutil/intreadwrite.h"
25 26
 #include "mlp.h"
26 27
 
27 28
 const uint8_t ff_mlp_huffman_tables[3][18][2] = {
... ...
@@ -31,6 +31,7 @@
31 31
  *  http://wiki.multimedia.cx/index.php?title=American_Laser_Games_MM
32 32
  */
33 33
 
34
+#include "libavutil/intreadwrite.h"
34 35
 #include "avcodec.h"
35 36
 
36 37
 #define MM_PREAMBLE_SIZE    6
... ...
@@ -18,6 +18,7 @@
18 18
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19 19
  */
20 20
 
21
+#include "libavutil/intreadwrite.h"
21 22
 #include "avcodec.h"
22 23
 
23 24
 
... ...
@@ -26,6 +26,7 @@
26 26
  *   http://www.multimedia.cx/msrle.txt
27 27
  */
28 28
 
29
+#include "libavutil/intreadwrite.h"
29 30
 #include "avcodec.h"
30 31
 
31 32
 #define FETCH_NEXT_STREAM_BYTE() \
... ...
@@ -35,6 +35,7 @@
35 35
 #include <string.h>
36 36
 #include <unistd.h>
37 37
 
38
+#include "libavutil/intreadwrite.h"
38 39
 #include "avcodec.h"
39 40
 
40 41
 #define PALETTE_COUNT 256
... ...
@@ -19,6 +19,7 @@
19 19
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 20
  */
21 21
 
22
+#include "libavutil/intreadwrite.h"
22 23
 #include "avcodec.h"
23 24
 
24 25
 typedef struct PTXContext {
... ...
@@ -24,6 +24,7 @@
24 24
  * Apple QuickDraw codec.
25 25
  */
26 26
 
27
+#include "libavutil/intreadwrite.h"
27 28
 #include "avcodec.h"
28 29
 
29 30
 typedef struct QdrawContext{
... ...
@@ -36,6 +36,7 @@
36 36
 #include <string.h>
37 37
 #include <unistd.h>
38 38
 
39
+#include "libavutil/intreadwrite.h"
39 40
 #include "avcodec.h"
40 41
 
41 42
 typedef struct QtrleContext {
... ...
@@ -32,6 +32,7 @@
32 32
 #include <string.h>
33 33
 #include <unistd.h>
34 34
 
35
+#include "libavutil/intreadwrite.h"
35 36
 #include "avcodec.h"
36 37
 
37 38
 
... ...
@@ -39,6 +39,7 @@
39 39
 #include <string.h>
40 40
 #include <unistd.h>
41 41
 
42
+#include "libavutil/intreadwrite.h"
42 43
 #include "avcodec.h"
43 44
 
44 45
 typedef struct RpzaContext {
... ...
@@ -21,6 +21,7 @@
21 21
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
22 22
  */
23 23
 
24
+#include "libavutil/intreadwrite.h"
24 25
 #include "avcodec.h"
25 26
 #include "s3tc.h"
26 27
 
... ...
@@ -33,6 +33,7 @@
33 33
 #include <string.h>
34 34
 #include <unistd.h>
35 35
 
36
+#include "libavutil/intreadwrite.h"
36 37
 #include "avcodec.h"
37 38
 
38 39
 #define CPAIR 2
... ...
@@ -19,6 +19,7 @@
19 19
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 20
  */
21 21
 
22
+#include "libavutil/intreadwrite.h"
22 23
 #include "avcodec.h"
23 24
 
24 25
 #define RT_OLD          0
... ...
@@ -18,6 +18,8 @@
18 18
  * License along with FFmpeg; if not, write to the Free Software
19 19
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 20
  */
21
+
22
+#include "libavutil/intreadwrite.h"
21 23
 #include "avcodec.h"
22 24
 
23 25
 enum TargaCompr{
... ...
@@ -18,6 +18,8 @@
18 18
  * License along with FFmpeg; if not, write to the Free Software
19 19
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 20
  */
21
+
22
+#include "libavutil/intreadwrite.h"
21 23
 #include "avcodec.h"
22 24
 #include "rle.h"
23 25
 
... ...
@@ -18,6 +18,8 @@
18 18
  * License along with FFmpeg; if not, write to the Free Software
19 19
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 20
  */
21
+
22
+#include "libavutil/intreadwrite.h"
21 23
 #include "avcodec.h"
22 24
 
23 25
 #include "truespeech_data.h"
... ...
@@ -21,6 +21,7 @@
21 21
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
22 22
  */
23 23
 
24
+#include "libavutil/intreadwrite.h"
24 25
 #include "avcodec.h"
25 26
 #include "s3tc.h"
26 27
 
... ...
@@ -44,6 +44,7 @@
44 44
 #include <string.h>
45 45
 #include <unistd.h>
46 46
 
47
+#include "libavutil/intreadwrite.h"
47 48
 #include "avcodec.h"
48 49
 
49 50
 #define VMD_HEADER_SIZE 0x330
... ...
@@ -28,6 +28,7 @@
28 28
 #include <stdio.h>
29 29
 #include <stdlib.h>
30 30
 
31
+#include "libavutil/intreadwrite.h"
31 32
 #include "avcodec.h"
32 33
 
33 34
 enum EncTypes {
... ...
@@ -68,6 +68,7 @@
68 68
 #include <string.h>
69 69
 #include <unistd.h>
70 70
 
71
+#include "libavutil/intreadwrite.h"
71 72
 #include "avcodec.h"
72 73
 
73 74
 #define PALETTE_COUNT 256
... ...
@@ -18,6 +18,8 @@
18 18
  * License along with FFmpeg; if not, write to the Free Software
19 19
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 20
  */
21
+
22
+#include "libavutil/intreadwrite.h"
21 23
 #include "avcodec.h"
22 24
 
23 25
 /**
... ...
@@ -33,6 +33,7 @@
33 33
 #include <string.h>
34 34
 #include <unistd.h>
35 35
 
36
+#include "libavutil/intreadwrite.h"
36 37
 #include "avcodec.h"
37 38
 
38 39
 typedef struct XanContext {
... ...
@@ -18,6 +18,7 @@
18 18
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19 19
  */
20 20
 
21
+#include "libavutil/intreadwrite.h"
21 22
 #include "xiph.h"
22 23
 
23 24
 int ff_split_xiph_headers(uint8_t *extradata, int extradata_size,
... ...
@@ -24,6 +24,7 @@
24 24
  * Miro VideoXL codec.
25 25
  */
26 26
 
27
+#include "libavutil/intreadwrite.h"
27 28
 #include "avcodec.h"
28 29
 
29 30
 typedef struct VideoXLContext{
... ...
@@ -27,6 +27,7 @@
27 27
 #include <stdio.h>
28 28
 #include <stdlib.h>
29 29
 
30
+#include "libavutil/intreadwrite.h"
30 31
 #include "avcodec.h"
31 32
 
32 33
 #include <zlib.h>
... ...
@@ -27,6 +27,7 @@
27 27
 #include <stdio.h>
28 28
 #include <stdlib.h>
29 29
 
30
+#include "libavutil/intreadwrite.h"
30 31
 #include "avcodec.h"
31 32
 
32 33
 #include <zlib.h>
... ...
@@ -27,6 +27,7 @@
27 27
  *   http://www.pcisys.net/~melanson/codecs/
28 28
  */
29 29
 
30
+#include "libavutil/intreadwrite.h"
30 31
 #include "avformat.h"
31 32
 
32 33
 #define     RIFF_TAG MKTAG('R', 'I', 'F', 'F')
... ...
@@ -22,6 +22,7 @@
22 22
 
23 23
 #include <stdio.h>
24 24
 
25
+#include "libavutil/intreadwrite.h"
25 26
 #include "avformat.h"
26 27
 
27 28
 #define ENABLE_DEBUG 0
... ...
@@ -18,6 +18,8 @@
18 18
  * License along with FFmpeg; if not, write to the Free Software
19 19
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 20
  */
21
+
22
+#include "libavutil/intreadwrite.h"
21 23
 #include "avformat.h"
22 24
 #include "avio.h"
23 25
 
... ...
@@ -27,6 +27,7 @@
27 27
  * @sa http://www.svatopluk.com/andux/docs/dfvid.html
28 28
  */
29 29
 
30
+#include "libavutil/intreadwrite.h"
30 31
 #include "avformat.h"
31 32
 #include "libavcodec/bethsoftvideo.h"
32 33
 
... ...
@@ -26,6 +26,7 @@
26 26
  * @sa http://wiki.multimedia.cx/index.php?title=BFI
27 27
  */
28 28
 
29
+#include "libavutil/intreadwrite.h"
29 30
 #include "avformat.h"
30 31
 
31 32
 typedef struct BFIContext {
... ...
@@ -24,6 +24,7 @@
24 24
  * Delphine Software International CIN file demuxer
25 25
  */
26 26
 
27
+#include "libavutil/intreadwrite.h"
27 28
 #include "avformat.h"
28 29
 
29 30
 
... ...
@@ -19,6 +19,7 @@
19 19
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 20
  */
21 21
 
22
+#include "libavutil/intreadwrite.h"
22 23
 #include "avformat.h"
23 24
 #include "riff.h"
24 25
 
... ...
@@ -25,6 +25,7 @@
25 25
  * by Robin Kay (komadori at gekkou.co.uk)
26 26
  */
27 27
 
28
+#include "libavutil/intreadwrite.h"
28 29
 #include "avformat.h"
29 30
 
30 31
 #define SCHl_TAG MKTAG('S', 'C', 'H', 'l')
... ...
@@ -19,6 +19,7 @@
19 19
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 20
  */
21 21
 
22
+#include "libavutil/intreadwrite.h"
22 23
 #include "avformat.h"
23 24
 #include "ffm.h"
24 25
 #ifdef CONFIG_FFSERVER
... ...
@@ -19,6 +19,7 @@
19 19
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 20
  */
21 21
 
22
+#include "libavutil/intreadwrite.h"
22 23
 #include "avformat.h"
23 24
 #include "ffm.h"
24 25
 
... ...
@@ -31,6 +31,7 @@
31 31
  * handles special FLIs from the PC game "Magic Carpet".
32 32
  */
33 33
 
34
+#include "libavutil/intreadwrite.h"
34 35
 #include "avformat.h"
35 36
 
36 37
 #define FLIC_FILE_MAGIC_1 0xAF11
... ...
@@ -68,6 +68,7 @@
68 68
  *       transmitting them to the video decoder
69 69
  */
70 70
 
71
+#include "libavutil/intreadwrite.h"
71 72
 #include "avformat.h"
72 73
 
73 74
 #define HUFFMAN_TABLE_SIZE (64 * 1024)
... ...
@@ -27,6 +27,7 @@
27 27
  *   http://www.csse.monash.edu.au/~timf/
28 28
  */
29 29
 
30
+#include "libavutil/intreadwrite.h"
30 31
 #include "avformat.h"
31 32
 
32 33
 #define RoQ_MAGIC_NUMBER 0x1084
... ...
@@ -27,6 +27,7 @@
27 27
  * http://wiki.multimedia.cx/index.php?title=IFF
28 28
  */
29 29
 
30
+#include "libavutil/intreadwrite.h"
30 31
 #include "avformat.h"
31 32
 
32 33
 #define ID_8SVX       MKTAG('8','S','V','X')
... ...
@@ -32,6 +32,7 @@
32 32
  * up and sending out the chunks.
33 33
  */
34 34
 
35
+#include "libavutil/intreadwrite.h"
35 36
 #include "avformat.h"
36 37
 
37 38
 /* debugging support: #define DEBUG_IPMOVIE as non-zero to see extremely
... ...
@@ -22,6 +22,7 @@
22 22
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
23 23
  */
24 24
 
25
+#include "libavutil/intreadwrite.h"
25 26
 #include "avformat.h"
26 27
 
27 28
 #define LMLM4_I_FRAME   0x00
... ...
@@ -36,6 +36,7 @@
36 36
 #include "matroska.h"
37 37
 #include "libavcodec/mpeg4audio.h"
38 38
 #include "libavutil/intfloat_readwrite.h"
39
+#include "libavutil/intreadwrite.h"
39 40
 #include "libavutil/avstring.h"
40 41
 #include "libavutil/lzo.h"
41 42
 #ifdef CONFIG_ZLIB
... ...
@@ -24,6 +24,7 @@
24 24
 #include "isom.h"
25 25
 #include "matroska.h"
26 26
 #include "avc.h"
27
+#include "libavutil/intreadwrite.h"
27 28
 #include "libavutil/md5.h"
28 29
 #include "libavcodec/xiph.h"
29 30
 #include "libavcodec/mpeg4audio.h"
... ...
@@ -31,6 +31,7 @@
31 31
  *  http://wiki.multimedia.cx/index.php?title=American_Laser_Games_MM
32 32
  */
33 33
 
34
+#include "libavutil/intreadwrite.h"
34 35
 #include "avformat.h"
35 36
 
36 37
 #define MM_PREAMBLE_SIZE    6
... ...
@@ -23,6 +23,7 @@
23 23
 
24 24
 //#define DEBUG
25 25
 
26
+#include "libavutil/intreadwrite.h"
26 27
 #include "avformat.h"
27 28
 #include "riff.h"
28 29
 #include "isom.h"
... ...
@@ -20,6 +20,7 @@
20 20
  */
21 21
 
22 22
 #include "libavutil/crc.h"
23
+#include "libavutil/intreadwrite.h"
23 24
 #include "avformat.h"
24 25
 #include "mpegts.h"
25 26
 #include "internal.h"
... ...
@@ -19,6 +19,7 @@
19 19
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 20
  */
21 21
 
22
+#include "libavutil/bswap.h"
22 23
 #include "libavutil/crc.h"
23 24
 #include "avformat.h"
24 25
 #include "mpegts.h"
... ...
@@ -21,6 +21,7 @@
21 21
  */
22 22
 
23 23
 #include "libavutil/avstring.h"
24
+#include "libavutil/bswap.h"
24 25
 #include "libavutil/tree.h"
25 26
 #include "nut.h"
26 27
 
... ...
@@ -19,6 +19,7 @@
19 19
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 20
  */
21 21
 
22
+#include "libavutil/intreadwrite.h"
22 23
 #include "libavutil/tree.h"
23 24
 #include "libavcodec/mpegaudiodata.h"
24 25
 #include "nut.h"
... ...
@@ -18,6 +18,8 @@
18 18
  * License along with FFmpeg; if not, write to the Free Software
19 19
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 20
  */
21
+
22
+#include "libavutil/intreadwrite.h"
21 23
 #include "avformat.h"
22 24
 #include "riff.h"
23 25
 
... ...
@@ -29,6 +29,7 @@
29 29
  * RIFF headers, followed by CD sectors.
30 30
  */
31 31
 
32
+#include "libavutil/intreadwrite.h"
32 33
 #include "avformat.h"
33 34
 
34 35
 #define RIFF_TAG MKTAG('R', 'I', 'F', 'F')
... ...
@@ -33,6 +33,7 @@
33 33
  * optional background_frame
34 34
  */
35 35
 
36
+#include "libavutil/intreadwrite.h"
36 37
 #include "avformat.h"
37 38
 
38 39
 #define EXTRADATA1_SIZE (6 + 256 * 3) ///< video base, clr, palette
... ...
@@ -20,6 +20,7 @@
20 20
  */
21 21
 
22 22
 #include "libavutil/avstring.h"
23
+#include "libavutil/intreadwrite.h"
23 24
 #include "avformat.h"
24 25
 #include "rm.h"
25 26
 
... ...
@@ -23,6 +23,7 @@
23 23
 #define _SVID_SOURCE
24 24
 
25 25
 #include "libavutil/avstring.h"
26
+#include "libavutil/intreadwrite.h"
26 27
 #include "avformat.h"
27 28
 
28 29
 #include <sys/time.h>
... ...
@@ -27,6 +27,7 @@
27 27
  *   http://www.pcisys.net/~melanson/codecs/
28 28
  */
29 29
 
30
+#include "libavutil/intreadwrite.h"
30 31
 #include "avformat.h"
31 32
 
32 33
 #define FILM_TAG MKBETAG('F', 'I', 'L', 'M')
... ...
@@ -27,6 +27,7 @@
27 27
  *   http://www.pcisys.net/~melanson/codecs/
28 28
  */
29 29
 
30
+#include "libavutil/intreadwrite.h"
30 31
 #include "avformat.h"
31 32
 
32 33
 #define VMD_HEADER_SIZE 0x0330
... ...
@@ -19,6 +19,7 @@
19 19
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 20
  */
21 21
 
22
+#include "libavutil/intreadwrite.h"
22 23
 #include "avformat.h"
23 24
 
24 25
 enum SIFFTags{
... ...
@@ -24,6 +24,7 @@
24 24
  */
25 25
 
26 26
 #include "libavutil/bswap.h"
27
+#include "libavutil/intreadwrite.h"
27 28
 #include "avformat.h"
28 29
 
29 30
 #define SMACKER_PAL 0x01
... ...
@@ -20,6 +20,7 @@
20 20
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
21 21
  */
22 22
 
23
+#include "libavutil/intreadwrite.h"
23 24
 #include "swf.h"
24 25
 
25 26
 static int get_swf_tag(ByteIOContext *pb, int *len_ptr)
... ...
@@ -19,7 +19,7 @@
19 19
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 20
  */
21 21
 
22
-
22
+#include "libavutil/intreadwrite.h"
23 23
 #include "avformat.h"
24 24
 
25 25
 typedef struct ThpDemuxContext {
... ...
@@ -19,6 +19,7 @@
19 19
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 20
  */
21 21
 
22
+#include "libavutil/intreadwrite.h"
22 23
 #include "avformat.h"
23 24
 
24 25
 #define TXD_FILE            0x16
... ...
@@ -26,6 +26,7 @@
26 26
  * Format specified in SMPTE standard 421 Annex L
27 27
  */
28 28
 
29
+#include "libavutil/intreadwrite.h"
29 30
 #include "avformat.h"
30 31
 
31 32
 #define VC1_EXTRADATA_SIZE 4
... ...
@@ -19,6 +19,7 @@
19 19
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 20
  */
21 21
 
22
+#include "libavutil/intreadwrite.h"
22 23
 #include "voc.h"
23 24
 
24 25
 
... ...
@@ -27,6 +27,7 @@
27 27
  *   http://www.pcisys.net/~melanson/codecs/
28 28
  */
29 29
 
30
+#include "libavutil/intreadwrite.h"
30 31
 #include "avformat.h"
31 32
 
32 33
 #define WC3_PREAMBLE_SIZE 8
... ...
@@ -33,6 +33,7 @@
33 33
  * qualify a file. Refer to wsaud_probe() for the precise parameters.
34 34
  */
35 35
 
36
+#include "libavutil/intreadwrite.h"
36 37
 #include "avformat.h"
37 38
 
38 39
 #define AUD_HEADER_SIZE 12
... ...
@@ -19,7 +19,7 @@
19 19
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 20
  */
21 21
 
22
-#include "libavutil/bswap.h"
22
+#include "libavutil/intreadwrite.h"
23 23
 #include "avformat.h"
24 24
 
25 25
 // specs say that maximum block size is 1Mb
... ...
@@ -27,6 +27,7 @@
27 27
  *   http://wiki.multimedia.cx/index.php?title=Maxis_XA
28 28
  */
29 29
 
30
+#include "libavutil/intreadwrite.h"
30 31
 #include "avformat.h"
31 32
 
32 33
 #define XA00_TAG MKTAG('X', 'A', 0, 0)