mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-16 05:41:08 +08:00
Change AVSubtitle.rects to an array of pointers so ABI does not break
when the size of AVSubtitleRect changes. Originally committed as revision 16412 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -2409,7 +2409,7 @@ typedef struct AVSubtitle {
|
||||
uint32_t start_display_time; /* relative to packet pts, in ms */
|
||||
uint32_t end_display_time; /* relative to packet pts, in ms */
|
||||
uint32_t num_rects;
|
||||
AVSubtitleRect *rects;
|
||||
AVSubtitleRect **rects;
|
||||
} AVSubtitle;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user