Commit 7dc8752e authored by Mark Thompson's avatar Mark Thompson

Merge commit '254e728d'

* commit '254e728d':
  cbs: Minor comment fixes / cosmetics

Mostly already present, one small fix.
Merged-by: 's avatarMark Thompson <sw@jkqxz.net>
parents cacb4763 254e728d
......@@ -32,9 +32,9 @@ typedef struct CodedBitstreamType {
// Split frag->data into coded bitstream units, creating the
// frag->units array. Fill data but not content on each unit.
// header is set if the fragment came from a header block, which
// may require different parsing for some codecs (e.g. the AVCC
// header in H.264).
// The header argument should be set if the fragment came from
// a header block, which may require different parsing for some
// codecs (e.g. the AVCC header in H.264).
int (*split_fragment)(CodedBitstreamContext *ctx,
CodedBitstreamFragment *frag,
int header);
......
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