OSDN Git Service

AVOptions: remove AVOption.offset <= 0 checks
authorAnton Khirnov <anton@khirnov.net>
Mon, 5 Sep 2011 19:44:33 +0000 (21:44 +0200)
committerAnton Khirnov <anton@khirnov.net>
Wed, 7 Sep 2011 09:20:29 +0000 (11:20 +0200)
commit4dbcdfa86d1405f7e5c0ec14a4be7d2fb5903d7b
tree0b68d009bb6d08f322af0b9c59040d9c15320c21
parent79eff9132581af69fbbd2674337b75fad29aa306
AVOptions: remove AVOption.offset <= 0 checks

They will only ever be <=0 if the option is broken, in which case this
check is hiding a bug.
libavutil/opt.c