1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-13 21:28:01 +02:00

avcodec/mediacodecdec_common: remove spurious space

This commit is contained in:
Matthieu Bouron 2018-02-19 16:13:51 +01:00
parent a079eaba8e
commit 5d69e249c8

View File

@ -415,7 +415,6 @@ fail:
return ret;
}
static int mediacodec_dec_flush_codec(AVCodecContext *avctx, MediaCodecDecContext *s)
{
FFAMediaCodec *codec = s->codec;