Fixed StillPicture

Fixed YADIF Compile error
This commit is contained in:
jojo61
2019-10-24 16:00:09 +02:00
parent 9e8cd60f28
commit d25f456e67
2 changed files with 6 additions and 5 deletions

View File

@@ -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 ? 10 : 8); ++i) {
for (i = 0; i < (MyVideoStream->CodecID == AV_CODEC_ID_HEVC ? 12 : 12); ++i) {
const uint8_t *split;
int n;