From 254e728d207c173a3714e6a01c9d68fcb3af8b73 Mon Sep 17 00:00:00 2001 From: Mark Thompson Date: Thu, 9 Nov 2017 01:04:15 +0000 Subject: cbs: Minor comment fixes / cosmetics --- libavcodec/cbs_internal.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libavcodec/cbs_internal.h') diff --git a/libavcodec/cbs_internal.h b/libavcodec/cbs_internal.h index dddeae9d5b..1a1c22f068 100644 --- a/libavcodec/cbs_internal.h +++ b/libavcodec/cbs_internal.h @@ -32,6 +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. + // 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); -- cgit v1.2.3