Updated docs.

This commit is contained in:
yellows8 2019-08-24 11:00:26 -04:00
parent 86ab999ee2
commit c8b9120ba4
No known key found for this signature in database
GPG Key ID: 0AF90DA3F1E60E43

View File

@ -27,8 +27,8 @@ typedef struct {
* @brief Creates a \ref GrcGameMovieTrimmer using \ref appletCreateGameMovieTrimmer, uses the cmds from it to trim the specified video, then closes it.
* @note See \ref appletCreateGameMovieTrimmer for the requirements for using this.
* @note This will block until video trimming finishes.
* @param[out] dst_movieid \ref GrcGameMovieTrimmer for the output video.
* @param[in] src_movieid \ref GrcGameMovieTrimmer for the input video.
* @param[out] dst_movieid \ref GrcGameMovieId for the output video.
* @param[in] src_movieid \ref GrcGameMovieId for the input video.
* @param[in] tmem_size TransferMemory size. Official sw uses size 0x2000000.
* @param[in] thumbnail Optional, can be NULL. RGBA8 1280x720 thumbnail image data.
* @param[in] start Start timestamp in 0.5s units.