Skip to content

Commit

Permalink
WPP CABAC reset logging
Browse files Browse the repository at this point in the history
  • Loading branch information
farindk committed Oct 29, 2013
1 parent 8af85db commit 1a8c759
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libde265/slice.c
Original file line number Diff line number Diff line change
Expand Up @@ -1454,6 +1454,9 @@ int read_slice_segment_data(decoder_context* ctx, slice_segment_header* shdr)
CONTEXT_MODEL_TABLE_LENGTH * sizeof(context_model));

init_CABAC_decoder_2(&shdr->cabac_decoder);

logdebug(LogSlice,"resetting CABAC at byte position %d\n",
shdr->cabac_decoder.bitstream_curr - shdr->cabac_decoder.bitstream_start);
}


Expand Down

0 comments on commit 1a8c759

Please sign in to comment.