Skip to content
  • Jean-Marc Valin's avatar
    Implemented "raw bits" · c08be448
    Jean-Marc Valin authored
    Making it so all the information encoded directly with ec_enc_bits() gets
    stored at the end of the stream, without going through the range coder. This
    should be both faster and reduce the effects of bit errors.
    
    Conflicts:
    
    	tests/ectest.c
    c08be448