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);