Opened 13 years ago

Closed 13 years ago

#347 closed defect (fixed)

ffplay -s stopped working

Reported by: Carl Eugen Hoyos Owned by: Michael Niedermayer
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 (4)

comment:1 by Michael Niedermayer, 13 years ago

Which commit introduced the problem?

comment:2 by Carl Eugen Hoyos, 13 years ago

Status: newopen

Regression since

commit d0e142bb68fdc817fb84f2395ae416d43ca141ce
Author: Anton Khirnov <anton@khirnov.net>
Date: Thu Jun 9 10:58:23 2011 +0200

ffplay: use new avformat_open_* API.

comment:3 by Stefano Sabatini, 13 years ago

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.

Last edited 13 years ago by Stefano Sabatini (previous) (diff)

comment:4 by Carl Eugen Hoyos, 13 years ago

Resolution: fixed
Status: openclosed
Note: See TracTickets for help on using tickets.