Opened 3 years ago
Last modified 3 years ago
#9688 new defect
Open camera with "-pixel_format bgr24" on windows with dshow crash
Reported by: | kun.gao | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | avdevice |
Version: | 4.3.2 | Keywords: | dshow SIGSEGV |
Cc: | kun.gao | Blocked By: | |
Blocking: | Reproduced by developer: | yes | |
Analyzed by developer: | yes |
Description
Summary of the bug:
My camera has somen one option below:
pixel_format=bgr24 min s=1280x720 fps=10 max s=1280x720 fps=10
If try to open camera with "-pixel_format bgr24" on windows with dshow, ffplay goes to segmentation fault.
How to reproduce:
% ffplay.exe -f dshow -i "video=Integrated Camera" -pixel_format bgr24 ffmpeg-4.3.1 official build
Note:
See TracTickets
for help on using tickets.
Old unsupported version, dshow already has a bug in rgb (#6279), recent fixes in dshow happened.