Commit 93aa84c1 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '7f78155d'

* commit '7f78155d':
  hevc: improve a comment
Merged-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parents 4690a636 7f78155d
......@@ -2777,7 +2777,7 @@ static int decode_nal_units(HEVCContext *s, const uint8_t *buf, int length)
s->eos = 1;
}
/* parse the NAL units */
/* decode the NAL units */
for (i = 0; i < s->pkt.nb_nals; i++) {
s->skipped_bytes = s->skipped_bytes_nal[i];
s->skipped_bytes_pos = s->skipped_bytes_pos_nal[i];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment