Ticket #347 (closed defect: fixed)
ffplay -s stopped working
| Reported by: | cehoyos | Owned by: | michael |
|---|---|---|---|
| Priority: | critical | Component: | FFplay |
| Version: | git-master | Keywords: | |
| Cc: | Blocked By: | ||
| Blocking: | Reproduced by developer: | yes | |
| Analyzed by developer: | no |
Description
I consider this critical.
Change History
comment:2 Changed 22 months ago by cehoyos
- Status changed from new to open
Regression since
commit d0e142bb68fdc817fb84f2395ae416d43ca141ce
Author: Anton Khirnov <anton@…>
Date: Thu Jun 9 10:58:23 2011 +0200
ffplay: use new avformat_open_* API.
comment:3 Changed 22 months ago by saste
Currently the command issues a warning suggesting an alternative, which is also documented in the manual.
Also, ffplay is generally not employed by scripts, so removing the option is not going to cause much harm.
If you care about keeping backward compatibility, you can do it like is done in ffmpeg.c:opt_video_channel()/opt_video_standard(), do return opt_default("video_size", arg) after the deprecation warning (and test that it works as expected). In this case the same should be done with -pix_fmt.



Which commit introduced the problem?