Keep the input data constant in consume method
Earlier, the consume method of RtpH263Reader was changing the bytes of the input bitstream during header parse. This commit copies the input into local context and changes the local variable as per the specifications thus keeping the input constant.
Showing
with
9 additions
and
8 deletions
Please
register
or
sign in
to comment