Change #264698
| Category | ffmpeg |
| Changed by | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> |
| Changed at | Thu 16 Apr 2026 21:27:03 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | 2d062dd0c6bfc372026c67c70e16a496ce8cc88a |
Comments
avcodec/decode: Make post_process_opaque a RefStruct reference Avoids the post_process_opaque_free callback; the only user of this is already a RefStruct reference and presumably other users would want to use a pool for this, too, so they would use RefStruct-objects, too. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Changed files
- libavcodec/decode.c
- libavcodec/decode.h
- libavcodec/lcevcdec.c
- libavcodec/lcevcdec.h