[FFmpeg-cvslog] avcodec/mediacodecdec_common: remove spurious space

Matthieu Bouron git at videolan.org
Sat Mar 3 23:06:34 EET 2018


ffmpeg | branch: master | Matthieu Bouron <matthieu.bouron at gmail.com> | Mon Feb 19 16:13:51 2018 +0100| [5d69e249c81ec71630b4cb536907cc831fadef6b] | committer: Matthieu Bouron

avcodec/mediacodecdec_common: remove spurious space

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5d69e249c81ec71630b4cb536907cc831fadef6b
---

 libavcodec/mediacodecdec_common.c | 1 -
 1 file changed, 1 deletion(-)

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;



More information about the ffmpeg-cvslog mailing list