Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2015-03-29 15:44:23 +0300
committerDiego Biurrun <diego@biurrun.de>2015-03-30 18:49:05 +0300
commit23944d29a22a2cd602753b3705f73011c3bf0b18 (patch)
treed176951f06dccc0f97a400e4ecc8186fdc3f1bc2 /libavcodec/indeo5.c
parent7d3183d3a4e800ab7a7fa24f49968a1b1bcc0161 (diff)
indeo: Give Indeo4/5 shared code a more consistent name
Diffstat (limited to 'libavcodec/indeo5.c')
-rw-r--r--libavcodec/indeo5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/indeo5.c b/libavcodec/indeo5.c
index 5a112f95b7..2d00c23604 100644
--- a/libavcodec/indeo5.c
+++ b/libavcodec/indeo5.c
@@ -30,8 +30,8 @@
#define BITSTREAM_READER_LE
#include "avcodec.h"
#include "get_bits.h"
+#include "ivi.h"
#include "ivi_dsp.h"
-#include "ivi_common.h"
#include "indeo5data.h"
/**