avcodec/cbs*: remove redundant const, it's already in typedef

Signed-off-by: Kacper Michajłow <kasper93@gmail.com>
This commit is contained in:
Kacper Michajłow 2025-09-27 02:36:33 +02:00
parent 9ad20839fb
commit fe425d97d1
No known key found for this signature in database
GPG key ID: 6580132338ABD4E2
9 changed files with 17 additions and 17 deletions

View file

@ -151,7 +151,7 @@ typedef struct CodedBitstreamType {
// List of unit type descriptors for this codec.
// Terminated by a descriptor with nb_unit_types equal to zero.
const CodedBitstreamUnitTypeDescriptor *unit_types;
CodedBitstreamUnitTypeDescriptor *unit_types;
// Split frag->data into coded bitstream units, creating the
// frag->units array. Fill data but not content on each unit.