OSDN Git Service

ffplay: remove options skiploop, skipidct, skipframe
authorStefano Sabatini <stefasab@gmail.com>
Sun, 17 Mar 2013 10:37:50 +0000 (11:37 +0100)
committerStefano Sabatini <stefasab@gmail.com>
Sun, 17 Mar 2013 12:05:44 +0000 (13:05 +0100)
commit5fe542d7e161e90632395dee85870438790cb2e8
tree971fb1d66bd59a0fb2e9fb6b45e0f39b4289fb0a
parentf7d1a18c90d1401acccf3bd6de3e36e8be480006
ffplay: remove options skiploop, skipidct, skipframe

The corresponding codec options (skip_loop, skip_idct, skip_frame) can be
set in a more flexible way.

This technically causes a user interface break, but since the options
were not even documented and we just released a major version that should
not be a serious issue.
ffplay.c