Change #273630
| Category | ffmpeg |
| Changed by | James Almer <jamrial@gmail.com> |
| Changed at | Thu 02 Jul 2026 04:57:29 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | 053b2d18fa6714e927dbe8afcf5bc6fd9a9c6a05 |
Comments
avcodec/aacenc: export discard padding side data when needed This is in line with other encoders, and is needed by the matroska muxer to properly signal end trimming samples. gaplessenc-pcm-to-mov-aac changes as the mov muxer now uses this information when writing the edit list, so the shorter frame duration is not needed. Signed-off-by: James Almer <jamrial@gmail.com>
Changed files
- libavcodec/aacenc.c
- tests/ref/fate/gaplessenc-pcm-to-mov-aac