summaryrefslogtreecommitdiff
path: root/libavcodec/smcenc.c
Commit message (Collapse)AuthorAge
* avcodec/smcenc: Move PutByteContext to stackAndreas Rheinhardt2021-11-20
| | | | | | | | This context is transient, so putting it on the stack is more natural. Also reduces codesize: 24E6->2296 B with GCC 10 and -O3. Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* avcodec: add SMC encoderPaul B Mahol2021-08-18