You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* libmpdemux/demux_mkv.c:218: warning: passing argument 1 of ‘grow_array’ from incompatible pointer type
* libmpdemux/demux_mkv.c:1235: warning: passing argument 1 of ‘grow_array’ from incompatible pointer type
Change grow_array to return the reallocated pointer instead of setting
it through a void **.
* libmpdemux/demux_mkv.c:1396: warning: unused variable ‘mkv_d’
Remove.
* libmpdemux/demux_mkv.c:1740: warning: pointer of type ‘void *’ used in arithmetic
Change struct mkv_track->private_data from void * to unsigned char *.
* libmpdemux/demux_mkv.c:2693: warning: assignment from incompatible pointer type
Add a cast.
* libmpdemux/demux_mkv.c:2239: warning: ‘demux_mkv_reverse_id’ defined but not used
Remove the function (together with preceding useless advance
declaration of demux_mkv_seek).
0 commit comments