summaryrefslogtreecommitdiff
path: root/libavcodec/mediacodec_sw_buffer.h
diff options
context:
space:
mode:
authorMatthieu Bouron <matthieu.bouron@stupeflix.com>2016-10-12 14:44:08 +0200
committerMatthieu Bouron <matthieu.bouron@stupeflix.com>2016-10-19 10:50:56 +0200
commitd5082a2ce776a2e43e25998aa07541c9ab7af0d3 (patch)
tree6c7ac71a2a997e0c3adf182dab73c00a3abf2a8e /libavcodec/mediacodec_sw_buffer.h
parentf62c54456db0fdd3ff82397f9142715d5c479354 (diff)
lavc/mediacodec: use more meaningful filenames
Adds the following changes: * mediacodecdec.{c,h} -> mediacodecdec_common.{c,h} * mediacodecdec_h2645.c -> mediacodecdec.c
Diffstat (limited to 'libavcodec/mediacodec_sw_buffer.h')
-rw-r--r--libavcodec/mediacodec_sw_buffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mediacodec_sw_buffer.h b/libavcodec/mediacodec_sw_buffer.h
index c29de0842d..574fb529d4 100644
--- a/libavcodec/mediacodec_sw_buffer.h
+++ b/libavcodec/mediacodec_sw_buffer.h
@@ -28,8 +28,8 @@
#include "libavutil/frame.h"
#include "avcodec.h"
-#include "mediacodecdec.h"
#include "mediacodec_wrapper.h"
+#include "mediacodecdec_common.h"
void ff_mediacodec_sw_buffer_copy_yuv420_planar(AVCodecContext *avctx,
MediaCodecDecContext *s,