Martin Storsjö 2907cb2875 Remove an impossible condition
uiIntraPeriod is unsigned, and thus can't ever be negative.

The subtraction on the line above can't ever make the value wrap
around either, since param_.uiIntraPeriod % uiGOPSize always is
smaller than or equal to param_.uiIntraPeriod. Thus, the check
never is necessary even if the value would be signed either.

This fixes warnings when building with clang.
2014-10-29 22:07:21 +02:00
..
2014-07-28 18:41:58 -07:00
2014-10-27 13:06:33 +08:00
2014-07-25 14:41:06 +08:00
2014-08-27 17:48:58 -07:00
2014-03-24 22:14:43 -07:00