We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ae47fb commit c8a7dd0Copy full SHA for c8a7dd0
libavcodec/jacosub.h
@@ -26,6 +26,8 @@
26
#ifndef AVCODEC_JACOSUB_H
27
#define AVCODEC_JACOSUB_H
28
29
+#include "libavutil/common.h"
30
+
31
#define JSS_MAX_LINESIZE 512
32
33
static av_always_inline int jss_whitespace(char c)
0 commit comments