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;