summaryrefslogtreecommitdiff
path: root/celt
blob: f18ad4387a58803694e64b440872482829ad564c (plain)
1
2
3
4
5
6
7
8
9
10
11
tree ce685236e1d6fb66413f3e1225c7222c9e83bbf0
parent 5b236756a3243b5ea71f8910bbb09f319c5e4e15
author Timothy B. Terriberry <tterribe@xiph.org> 1297718765 -0800
committer Jean-Marc Valin <jean-marc.valin@octasic.com> 1297719136 -0500

Refactor ec_enc_patch_initial_bits().

The return code has been eliminated in favor of using the existing
 error flag in the ec_enc struct.
This also adds the declaration to the header, which JM's importation
 of Koen's adaptation of my original code in b3c05b6b omitted.