Browse Source
When compiling with FFmpeg 5:
../../modules/demux/avformat/demux.c: In function ‘Demux’:
../../modules/demux/avformat/demux.c:817:84: warning: passing argument 3 of ‘av_packet_get_side_data’ from incompatible pointer type [-Wincompatible-pointer-types]
817 | uint8_t *side_data = av_packet_get_side_data( &pkt, AV_PKT_DATA_NEW_EXTRADATA, &side_data_size );
| ^~~~~~~~~~~~~~~
| |
| int *
Refs ffmpeg/14040a1d913794d9a3fd6406a6d8c2f0e37e0062 (announcement)
Refs ffmpeg/ef6a9e5e311f09fa8032974fa4d0c1e166a959bb (change)
pull/134/head
committed by
Hugo Beauzée-Luyssen
1 changed files with 4 additions and 0 deletions
Loading…
Reference in new issue