Skip to content

Commit

Permalink
B Added a warning to review the emulation prevention bytes also in ot…
Browse files Browse the repository at this point in the history
…her NAL types
  • Loading branch information
jimm98y committed Jun 5, 2023
1 parent 445e07a commit 092dcc8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ protected void consumeNal(ByteBuffer nal)
// ignore these
break;
default:
// TODO: Review whether the emulation prevention bytes should be added also for all the other NAL types, not only VPV/SPS/PPS
#warning Review whether the emulation prevention bytes should be added also for all the other NAL types, not only VPV/SPS/PPS
Java.LOG.debug("Adding " + unitHeader.nalUnitType);
nals.Add(nal);
break;
Expand Down

0 comments on commit 092dcc8

Please sign in to comment.