summaryrefslogtreecommitdiff
path: root/apps/codecs/libcook/bitstream.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libcook/bitstream.h')
-rw-r--r--apps/codecs/libcook/bitstream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libcook/bitstream.h b/apps/codecs/libcook/bitstream.h
index caef254f0d..085d0a1566 100644
--- a/apps/codecs/libcook/bitstream.h
+++ b/apps/codecs/libcook/bitstream.h
@@ -31,7 +31,7 @@
31#include <assert.h> 31#include <assert.h>
32#include <string.h> 32#include <string.h>
33#include <stdio.h> 33#include <stdio.h>
34#include "libavutil/bswap.h" 34#include "bswap.h"
35 35
36/* The following 2 defines are taken from libavutil/intreadwrite.h */ 36/* The following 2 defines are taken from libavutil/intreadwrite.h */
37#define AV_RB32(x) ((((const uint8_t*)(x))[0] << 24) | \ 37#define AV_RB32(x) ((((const uint8_t*)(x))[0] << 24) | \