Skip to content
Snippets Groups Projects
Commit a17a7661 authored by Vittorio Giovara's avatar Vittorio Giovara
Browse files

lavc: Add data and linesize to AVSubtitleRect


Use the new fields directly instead of the ones from AVPicture.
This removes a layer of indirection which serves no pratical purpose
whatsoever, and will help in removing AVPicture structure completely
later.

Every subtitle encoder/decoder seamlessly points to the new arrays,
so it is possible to deprecate AVSubtitleRect.pict.

Signed-off-by: default avatarVittorio Giovara <vittorio.giovara@gmail.com>
parent f890677d
No related branches found
No related tags found
No related merge requests found
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