Skip to content

Commit

Permalink
remove debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
amaha877 committed Sep 26, 2024
1 parent c43f635 commit ecd398c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/h264/h264.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ class H264SeqParameterSet
RbspReader reader(buffer, bufferSize);
RbspBitReader r(reader);

for (int i = 0; i < bufferSize; i++)
{
printf("0x%x, ", buffer[i]);
}

try {
//Read SPS
data.profile_idc = r.Get(8);
Expand Down

0 comments on commit ecd398c

Please sign in to comment.