Merge commit '7f78155dc6b65be55efb5309b6dd2bb33925a8c4'
* commit '7f78155dc6b65be55efb5309b6dd2bb33925a8c4': hevc: improve a comment Merged-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
commit
93aa84c1ea
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user