We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5691e9 commit 5773936Copy full SHA for 5773936
include/daala/daalaenc.h
@@ -55,10 +55,10 @@ typedef struct daala_enc_ctx daala_enc_ctx;
55
* The basic steps are:
56
* - Fill in a #daala_info structure with details on the format of the video
57
* you wish to encode.
58
- * - Allocate a #daala_enc_ctx handle with daala_encode_alloc().
+ * - Allocate a #daala_enc_ctx handle with daala_encode_create().
59
* - Perform any additional encoder configuration required with
60
* daala_encode_ctl().
61
- * - Repeatedly call daala_encode_flusheader() to retrieve all the header
+ * - Repeatedly call daala_encode_flush_header() to retrieve all the header
62
* packets.
63
* - For each uncompressed frame:
64
* - Submit the compressed frame via daala_encode_img_in().
0 commit comments