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
9 changed files with 17 additions and 17 deletions

View File

@@ -417,7 +417,7 @@ static int cbs_jpeg_assemble_fragment(CodedBitstreamContext *ctx,
return 0;
}
static const CodedBitstreamUnitTypeDescriptor cbs_jpeg_unit_types[] = {
static CodedBitstreamUnitTypeDescriptor cbs_jpeg_unit_types[] = {
CBS_UNIT_RANGE_POD(JPEG_MARKER_SOF0, JPEG_MARKER_SOF3, JPEGRawFrameHeader),
CBS_UNIT_RANGE_INTERNAL_REF(JPEG_MARKER_APPN, JPEG_MARKER_APPN + 15,