[][src]Function ffmpeg_sys_next::avsubtitle_free

pub unsafe extern "C" fn avsubtitle_free(sub: *mut AVSubtitle)

Free all allocated data in the given subtitle struct.

@param sub AVSubtitle to free.