mosaic: simplify the picture chain 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.
Loading
Please register or sign in to comment
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.
VideoLAN code repository instance