mirror of https://github.com/FFmpeg/FFmpeg.git
Unlike libx264, libx265 does not have a separate "unspecified"/"auto" default for color range, so we do always have to specify it. Thus, we are required to handle the RGB case on the libavcodec side to enable the correct value to be written out in in case of RGB content with unspecified color range being received. In other words: 1. If the user has set color range specifically, follow that. 2. If the user has not set color range specifically, set full range by default in case of RGB and YUVJ pixel formats.pull/364/head
parent
7ca71b79f2
commit
dbe40478e2
1 changed files with 9 additions and 4 deletions
Loading…
Reference in new issue