summaryrefslogtreecommitdiff
path: root/libavcodec/put_golomb.h
Commit message (Collapse)AuthorAge
* avcodec/golomb: Factor writing golomb codes outAndreas Rheinhardt2022-01-06
Most users only want to either read or write golomb codes, not both. By splitting these headers one avoids having unnecesssary (get|put)_hits.h inclusions. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>