mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-23 04:24:35 +02:00
Merge commit '254e728d207c173a3714e6a01c9d68fcb3af8b73'
* commit '254e728d207c173a3714e6a01c9d68fcb3af8b73': cbs: Minor comment fixes / cosmetics Mostly already present, one small fix. Merged-by: Mark Thompson <sw@jkqxz.net>
This commit is contained in:
commit
7dc8752e61
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user