Skip to content
Snippets Groups Projects
Commit 966a0a81 authored by John Rummell's avatar John Rummell Committed by James Almer
Browse files

avcodec/decode: Update decode_simple_internal() to get the side data correctly.


Use avci->last_pkt_props to get the side data. Using |pkt| doesn't work
when FF_API_MERGE_SD is set, as the compressed side data is expanded into
|tmp|, leaving the original |pkt| unchanged.

Signed-off-by: default avatarJames Almer <jamrial@gmail.com>
parent 8221c717
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment