ts: obsolete --sout-ts-bmin and --sout-ts-bmax
just as hinted in the option long descriptions, these options are actually obsolete, but were never converted to actual obsolete options
a little code was left that read, stored and reacted to the option values, however it really did nothing at all useful:
- if min > max, gives warning and sets to zero - POINTLESS
- if min or max > 0, gives error about not supported - POINTLESS
- if bit rate goes above max, gives warning - POINTLESS