Change #271910
| Category | ffmpeg |
| Changed by | Niklas Haas <git@haasn.dev> |
| Changed at | Sat 20 Jun 2026 03:06:21 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | aedede0cee249e32a7cd9712255d4d33f89e5858 |
Comments
swscale/format: add SwsFormat.field This metadata is needed to compute the correct chroma sampling offsets. We previously stored this in graph->field, but that's a bad place for it, because it doesn't survive the translation to the ops abstraction layer. Sponsored-by: Sovereign Tech Fund Signed-off-by: Niklas Haas <git@haasn.dev>
Changed files
- libswscale/format.c
- libswscale/format.h