@ -60,6 +60,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
@@ -60,6 +60,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Changed
- No longer round framerate to nearest integer when normalizing framerate
- Allow playlists to have no items included in EPG
- Use hardware encoding for fallback filler
- Fallback filler will continue to use software decoding to avoid issues looping
@ -404,12 +404,13 @@ public class FFmpegLibraryProcessService : IFFmpegProcessService
@@ -404,12 +404,13 @@ public class FFmpegLibraryProcessService : IFFmpegProcessService
@ -548,10 +549,10 @@ public class FFmpegLibraryProcessService : IFFmpegProcessService
@@ -548,10 +549,10 @@ public class FFmpegLibraryProcessService : IFFmpegProcessService
@ -576,16 +577,16 @@ public class FFmpegLibraryProcessService : IFFmpegProcessService
@@ -576,16 +577,16 @@ public class FFmpegLibraryProcessService : IFFmpegProcessService
_logger.LogDebug("FFmpeg desired state {FrameState}",desiredState);