Skip to content

Commit 30270d0

Browse files
Mr-Ojiidwbuiten
authored andcommitted
description: Fix access violation when accessing CLLI box
1 parent 1151978 commit 30270d0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

codecs/description.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,10 @@ static int isom_initialize_structured_codec_specific_data( lsmash_codec_specific
301301
specific->size = sizeof(lsmash_qt_audio_format_specific_flags_t);
302302
specific->destruct = lsmash_free;
303303
break;
304+
case LSMASH_CODEC_SPECIFIC_DATA_TYPE_QT_VIDEO_CONTENT_LIGHT_LEVEL_INFO:
305+
specific->size = sizeof(lsmash_qt_content_light_level_info_t);
306+
specific->destruct = lsmash_free;
307+
break;
304308
case LSMASH_CODEC_SPECIFIC_DATA_TYPE_QT_VIDEO_MASTERING_DISPLAY_COLOR_VOLUME:
305309
specific->size = sizeof(lsmash_qt_mastering_display_color_volume_t);
306310
specific->destruct = lsmash_free;

0 commit comments

Comments
 (0)