* Returns current build of libhb. * @param h Handle to hb_handle_t. * @return character array of build number. */
| 305 | * @return character array of build number. |
| 306 | */ |
| 307 | int hb_get_build( hb_handle_t * h ) |
| 308 | { |
| 309 | return hb_build; |
| 310 | } |
| 311 | |
| 312 | /** |
| 313 | * Deletes current previews associated with titles |