diff options
author | Matthieu Bouron <matthieu.bouron@stupeflix.com> | 2016-03-14 19:41:53 +0100 |
---|---|---|
committer | Matthieu Bouron <matthieu.bouron@stupeflix.com> | 2016-03-15 10:33:16 +0100 |
commit | 03a6ed83b029588c0927594b88f4cb0a254348c8 (patch) | |
tree | 2dc3c54d0b618989e2190ceef4d4a9a123b4e9c6 /libavcodec/mediacodecdec.c | |
parent | 31fe3c4d23aab8b43614b1ea825603080775677e (diff) | |
download | ffmpeg-03a6ed83b029588c0927594b88f4cb0a254348c8.tar.gz |
lavc/mediacodec: remove stray empty lines
Diffstat (limited to 'libavcodec/mediacodecdec.c')
-rw-r--r-- | libavcodec/mediacodecdec.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/mediacodecdec.c b/libavcodec/mediacodecdec.c index 41b009abf0..d385651fdf 100644 --- a/libavcodec/mediacodecdec.c +++ b/libavcodec/mediacodecdec.c @@ -389,7 +389,6 @@ int ff_mediacodec_dec_decode(AVCodecContext *avctx, MediaCodecDecContext *s, int64_t input_dequeue_timeout_us = INPUT_DEQUEUE_TIMEOUT_US; int64_t output_dequeue_timeout_us = OUTPUT_DEQUEUE_TIMEOUT_US; - if (pkt->size == 0) { need_flushing = 1; } |