Change #271456
| Category | ffmpeg |
| Changed by | Zhao Zhili <zhilizhao@tencent.com> |
| Changed at | Wed 17 Jun 2026 13:11:18 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | 5c2f9899dfe3e82becb8e04f419743a861a3749c |
Comments
avformat/matroskaenc: fix error code on LCEVC payload allocation failure The branch returned the ret variable when av_malloc() failed, but ret is uninitialized at that point unless an earlier branch happened to set it.
Changed files
- libavformat/matroskaenc.c