Skip to content

Commit c8a7dd0

Browse files
committed
lavc/jacosub: fix make checkheaders.
1 parent 9ae47fb commit c8a7dd0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libavcodec/jacosub.h

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
#ifndef AVCODEC_JACOSUB_H
2727
#define AVCODEC_JACOSUB_H
2828

29+
#include "libavutil/common.h"
30+
2931
#define JSS_MAX_LINESIZE 512
3032

3133
static av_always_inline int jss_whitespace(char c)

0 commit comments

Comments
 (0)