Opened 20 months ago
#10258 new defect
crop filter stops working after zmq change height when crop is the last filter
Reported by: | Michael Enke | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | undetermined |
Version: | unspecified | Keywords: | zmq crop freeze |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
Summary of the bug:
How to reproduce:
% ffplay -f dshow -i video="Integrated Webcam" -vf hflip,zmq=b=tcp\\://127.0.0.1\\:13333,crop=w=in_w/2:h=in_h/2 ffplay version 2023-03-05-git-912ac82a3c-full_build-www.gyan.dev
When sending now a message to crop filter to change h (Parsed_crop_2 h in_h), the video display freezes.
Problem does not occur when
- changing w
- crop filter comes before zmq filter
- behind crop filter, another filter is appended (e.g. vflip)
As well, the zmq documentation is maybe wrong. It says: zmq must be inserted between two video filters
But it works even zmq is the last or the first video filter.
Attachments (1)
Note:
See TracTickets
for help on using tickets.
log file created with -report option