Changes between Initial Version and Version 1 of Ticket #9132, comment 17
- Timestamp:
- Jul 24, 2021, 6:38:12 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9132, comment 17
initial v1 3 3 The real fix will either come with a working version of that swscale check (I did poke people about it, but didn't get any response), or when elenril's AVFrame based API is merged into swscale, which will come with the switch of vf_scale to that API. 4 4 5 After all, the problem right now is just that when a conversion is done (RGB is converted to YCbCr), the given AVFrame field is not reset accordingly. You can see an example of that in the `avfilter/vf_scale: reset color properties if a conversion was done` commit in my branch.5 After all, the problem right now is just that when a conversion is done (RGB is converted to YCbCr), the given output AVFrame field is not reset accordingly. You can see an example of that in the `avfilter/vf_scale: reset color properties if a conversion was done` commit in my branch. 6 6


