Change #264158
| Category | ffmpeg |
| Changed by | Niklas Haas <git@haasn.dev> |
| Changed at | Fri 10 Apr 2026 15:12:18 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | 53ce7265ab074138832c16680b8680c9d13f06d4 |
Comments
avfilter/framepool: use strongly typed union of pixel/sample format Replacing the generic `int format` field. This aids in debugging, as e.g. gdb will tend to translate the strongly typed enums back into human readable names automatically. Signed-off-by: Niklas Haas <git@haasn.dev>
Changed files
- libavfilter/framepool.c