]> git.sesse.net Git - ffmpeg/commit
ffplay: use av_clip() instead of nested min & max
authorClément Bœsch <u@pkh.me>
Sat, 6 Jun 2015 10:50:21 +0000 (12:50 +0200)
committerClément Bœsch <u@pkh.me>
Sat, 6 Jun 2015 11:18:28 +0000 (13:18 +0200)
commit0f6118c58169796bdc657794aa88bb72d25b7d98
treec4c9d202050b1c1893da1d10fcfbda3dde9f0058
parentade5684cda9c08b6a8cdecb5e6b5144d6dac8819
ffplay: use av_clip() instead of nested min & max

Note: {wanted,min,max}_samples are int variables.
ffplay.c