Commit ccf1440
fix: strip loop option before decoder open to avoid unrecognized warning
The loop=1 camera option is also parsed when opening the video decoder,
which logged "Option loop not recognized by ffmpeg". Strip it alongside
the other demuxer-level options (reorder_queue_size, probesize) before
avcodec_open2.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 7105827 commit ccf1440
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3581 | 3581 | | |
3582 | 3582 | | |
3583 | 3583 | | |
3584 | | - | |
| 3584 | + | |
| 3585 | + | |
3585 | 3586 | | |
3586 | 3587 | | |
| 3588 | + | |
3587 | 3589 | | |
3588 | 3590 | | |
3589 | 3591 | | |
| |||
0 commit comments