Opened 3 years ago
Closed 2 years ago
#10530 closed defect (duplicate)
[panic] Assertion s->buf_ptr < s->buf_end failed at libavcodec/put_bits.h:150
| Reported by: | soundflix | Owned by: | |
|---|---|---|---|
| Priority: | normal | Component: | undetermined |
| Version: | 6.0 | Keywords: | |
| Cc: | Blocked By: | ||
| Blocking: | Reproduced by developer: | no | |
| Analyzed by developer: | no |
Description
Summary of the bug:
FFmpeg crashes with:
[panic] Assertion s->buf_ptr < s->buf_end failed at libavcodec/put_bits.h:150
How to reproduce:
% ffmpeg -loglevel info -loglevel level -hwaccel none -i /Volumes/Video/folder/videoFile.mp4 -f mov -c:v dnxhd -profile:v dnxhr_lb -s 1920x1200 -pix_fmt yuv422p -c:a pcm_s16le -ar 48000 -sws_flags bicubic -y
ffmpeg version 6.0-tessus https://evermeet.cx/ffmpeg/ Copyright (c) 2000-2023 the FFmpeg developers
built with Apple clang version 11.0.0 (clang-1100.0.33.17)
Change History (1)
comment:1 by , 2 years ago
| Component: | ffmpeg → undetermined |
|---|---|
| Resolution: | → duplicate |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



Duplicate of ticket #9846.