Change #278704
| Category | ffmpeg |
| Changed by | James Almer <jamrial@gmail.com> |
| Changed at | Wed 19 Aug 2026 14:25:40 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | 3bdd895832244780c250713e49135615ac4de003 |
Comments
avcodec/lcevcdec: use a counter as timestamp instead of frame pts If the source is an elementary stream, PTS may be unset and thus liblcevc-dec will not be able to match nor order input raw pictures and enhancement payloads. Given lcevc_process() is called from the main thread in presentation order, a simple counter will suffice. Signed-off-by: James Almer <jamrial@gmail.com>
Changed files
- libavcodec/lcevcdec.c
- libavcodec/lcevcdec.h