mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-11 11:40:42 +08:00
avformat: use the buffer_size_t typedef where required
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
@@ -5698,7 +5698,7 @@ int ff_standardize_creation_time(AVFormatContext *s)
|
||||
int ff_get_packet_palette(AVFormatContext *s, AVPacket *pkt, int ret, uint32_t *palette)
|
||||
{
|
||||
uint8_t *side_data;
|
||||
int size;
|
||||
buffer_size_t size;
|
||||
|
||||
side_data = av_packet_get_side_data(pkt, AV_PKT_DATA_PALETTE, &size);
|
||||
if (side_data) {
|
||||
|
Reference in New Issue
Block a user