mirror of
				https://github.com/jojo61/vdr-plugin-softhdcuvid.git
				synced 2025-03-01 10:39:28 +00:00 
			
		
		
		
	fixed StillPicture for h265
This commit is contained in:
		@@ -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;
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user