From 24f679e1d3f0eda895bb3fecbcd75ec2e3aeb869 Mon Sep 17 00:00:00 2001 From: jojo61 Date: Sat, 15 Dec 2018 11:56:56 +0100 Subject: [PATCH] fixed StillPicture for h265 --- softhddev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/softhddev.c b/softhddev.c index 219c0af..f7ef857 100644 --- a/softhddev.c +++ b/softhddev.c @@ -2705,7 +2705,7 @@ void StillPicture(const uint8_t * data, int size) #ifdef STILL_DEBUG fprintf(stderr, "still-picture\n"); #endif - for (i = 0; i < (MyVideoStream->CodecID == AV_CODEC_ID_HEVC ? 8 : 8); ++i) { + for (i = 0; i < (MyVideoStream->CodecID == AV_CODEC_ID_HEVC ? 10 : 8); ++i) { const uint8_t *split; int n;