Skip to content

Commit e71e1c9

Browse files
committed
clarify qp and q matrix
Signed-off-by: [email protected] <[email protected]>
1 parent c32c687 commit e71e1c9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/oapv.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -964,8 +964,7 @@ static int enc_thread_tile(void *arg)
964964
oapve_tile_t* tile = ctx->tile;
965965
int ret = OAPV_OK, i;
966966

967-
while (1)
968-
{
967+
while (1) {
969968
// find not encoded tile
970969
oapv_tpool_enter_cs(ctx->sync_obj);
971970
for (i = 0; i < ctx->num_tiles; i++)
@@ -2241,4 +2240,4 @@ int oapvd_info(void* au, int au_size, oapv_au_info_t* aui)
22412240
///////////////////////////////////////////////////////////////////////////////
22422241
// end of decoder code
22432242
#endif // ENABLE_DECODER
2244-
///////////////////////////////////////////////////////////////////////////////
2243+
///////////////////////////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)