summaryrefslogtreecommitdiff
path: root/libavcodec/h263dec.h
Commit message (Collapse)AuthorAgeFilesLines
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-051-3/+2
| | | | | | | | This increases type-safety by avoiding conversions from/through void*. It also avoids the boilerplate "AVFrame *frame = data;" line for non-subtitle decoders. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* avcodec/h263: Move decoding-only stuff to a new header h263dec.hAndreas Rheinhardt2022-01-291-0/+65
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>