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:
authorMatthieu Bouron <matthieu.bouron@gmail.com>2018-02-19 18:13:51 +0300
committerMatthieu Bouron <matthieu.bouron@gmail.com>2018-03-03 23:17:21 +0300
commit5d69e249c81ec71630b4cb536907cc831fadef6b (patch)
tree11961aa7033686f9c140f76ce66e99da60882361
parenta079eaba8ee20bc3869852df658f2f6cc11875e3 (diff)
avcodec/mediacodecdec_common: remove spurious space
-rw-r--r--libavcodec/mediacodecdec_common.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/mediacodecdec_common.c b/libavcodec/mediacodecdec_common.c
index ab26df04bd..195cc70ba7 100644
--- a/libavcodec/mediacodecdec_common.c
+++ b/libavcodec/mediacodecdec_common.c
@@ -415,7 +415,6 @@ fail:
return ret;
}
-
static int mediacodec_dec_flush_codec(AVCodecContext *avctx, MediaCodecDecContext *s)
{
FFAMediaCodec *codec = s->codec;