Skip to content

Commit

Permalink
Adding a missing constant to statics types
Browse files Browse the repository at this point in the history
  • Loading branch information
Yahweasel committed Dec 31, 2024
1 parent d54191e commit 4a565de
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion libav.types.in.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -427,8 +427,11 @@ declare namespace LibAV {
channels?: number
}): number;

// Enumerations:
// Constants:
AV_TIME_BASE: number;
AV_OPT_SEARCH_CHILDREN: number;

// Enumerations:
AVMEDIA_TYPE_UNKNOWN: number;
AVMEDIA_TYPE_VIDEO: number;
AVMEDIA_TYPE_AUDIO: number;
Expand Down

0 comments on commit 4a565de

Please sign in to comment.