diff options
author | Mark Thompson <sw@jkqxz.net> | 2018-02-21 21:36:08 +0000 |
---|---|---|
committer | Mark Thompson <sw@jkqxz.net> | 2018-02-21 21:36:08 +0000 |
commit | 7dc8752e614a9aa5b3378be5185d97741ee7735f (patch) | |
tree | a10214e2813c88420c0f587d3468c2e0a71588b0 /libavcodec/cbs_internal.h | |
parent | cacb47633c043a4bafb6872716dd8c4479dc4df1 (diff) | |
parent | 254e728d207c173a3714e6a01c9d68fcb3af8b73 (diff) | |
download | ffmpeg-7dc8752e614a9aa5b3378be5185d97741ee7735f.tar.gz |
Merge commit '254e728d207c173a3714e6a01c9d68fcb3af8b73'
* commit '254e728d207c173a3714e6a01c9d68fcb3af8b73':
cbs: Minor comment fixes / cosmetics
Mostly already present, one small fix.
Merged-by: Mark Thompson <sw@jkqxz.net>
Diffstat (limited to 'libavcodec/cbs_internal.h')
-rw-r--r-- | libavcodec/cbs_internal.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/cbs_internal.h b/libavcodec/cbs_internal.h index ae0b417b43..e4fe70a16a 100644 --- a/libavcodec/cbs_internal.h +++ b/libavcodec/cbs_internal.h @@ -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); |