Function ffurl_size

Source
pub unsafe extern "C" fn ffurl_size(h: *mut URLContext) -> i64
Expand description

Return the filesize of the resource accessed by h, AVERROR(ENOSYS) if the operation is not supported by h, or another negative value corresponding to an AVERROR error code in case of failure.