]> git.sesse.net Git - ffmpeg/commit
Revert "Warn the user if lowres > max_lowres, set lowres to max_lowres and continue"
authorMichael Niedermayer <michaelni@gmx.at>
Tue, 8 Nov 2011 02:19:31 +0000 (03:19 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Tue, 8 Nov 2011 02:33:58 +0000 (03:33 +0100)
commitac3c895d93a1bda738fd4576aec5c1cd0c0d8e1a
tree63847c1bdad80b27e1ce6e7d034d29846dd2cab6
parent0bd42ae72c0e88826b823d8106286d5abe2028e7
Revert "Warn the user if lowres > max_lowres, set lowres to max_lowres and continue"
Changing the lowres value is risky because the user application may have a
local copy and not read back into it, or not undo some lowres dependant things.
A patch implementing this in ffplay is already on ffmpeg-dev, so this feature
should be back soon.

This reverts commit 125ea3ee06c4d71082bee3fc03c65d7c8c10d68c.
libavcodec/utils.c