Skip to content
Snippets Groups Projects
Commit 35903fde authored by Steve Lhomme's avatar Steve Lhomme
Browse files

transcode: simplify the picture queue tail handling

Rather than a pointer on the last picture pointer, we use either NULL (no
tail/chain empty) or a pointer to the last picture in the chain.

Make sure that the pictures we queue don't have a p_next otherwise it would
screw the computation of the last. (the issue existed before this patch)
parent 5ad1f243
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