| Author | SHA1 | Message | Date |
|---|---|---|---|
|
|
96a7099f3e |
avcodec/av1_parse: take trailing bits into account when initializing the GetBitContext
Also only initialize it in ff_av1_packet_split() and not ff_av1_extract_obu(), same as h2645_parse, so GetBitContext specific failures may not affect the latter. Signed-off-by: James Almer <jamrial@gmail.com> |
7 years ago |
|
|
692e323d89 |
avcodec/av1_parse: return size of the parsed OBU in parse_obu_header()
Signed-off-by: James Almer <jamrial@gmail.com> |
7 years ago |
|
|
45f52d19b9 |
avcodec: add AV1 packet split API
Signed-off-by: James Almer <jamrial@gmail.com> |
7 years ago |