Skip to content

Commit 3529bb2

Browse files
authored
fix(avc): Remove unnecessary TODO for idr_pic_id
2 parents 6dcdb4b + 925560f commit 3529bb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib_ccx/avc_functions.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -992,9 +992,9 @@ void slice_header(struct encoder_ctx *enc_ctx, struct lib_cc_decode *dec_ctx, un
992992

993993
if (nal_unit_type == 5)
994994
{
995+
// idr_pic_id: Read to advance bitstream position; value not needed for caption extraction
995996
tmp = read_exp_golomb_unsigned(&q1);
996997
dvprint("idr_pic_id= % 4lld (%#llX)\n", tmp, tmp);
997-
// TODO
998998
}
999999
if (dec_ctx->avc_ctx->pic_order_cnt_type == 0)
10001000
{

0 commit comments

Comments
 (0)