Skip to content

Commit 5773936

Browse files
committed
daalaenc: Fix function names in documentation
1 parent a5691e9 commit 5773936

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/daala/daalaenc.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ typedef struct daala_enc_ctx daala_enc_ctx;
5555
* The basic steps are:
5656
* - Fill in a #daala_info structure with details on the format of the video
5757
* you wish to encode.
58-
* - Allocate a #daala_enc_ctx handle with daala_encode_alloc().
58+
* - Allocate a #daala_enc_ctx handle with daala_encode_create().
5959
* - Perform any additional encoder configuration required with
6060
* daala_encode_ctl().
61-
* - Repeatedly call daala_encode_flusheader() to retrieve all the header
61+
* - Repeatedly call daala_encode_flush_header() to retrieve all the header
6262
* packets.
6363
* - For each uncompressed frame:
6464
* - Submit the compressed frame via daala_encode_img_in().

0 commit comments

Comments
 (0)