Quoting Soft Works (2021-12-05 17:23:32)
> +
> +enum AVSubtitleType {
> +
> + /**
> + * Subtitle format unknown.
> + */
> + AV_SUBTITLE_FMT_NONE = -1,
> +
> + /**
> + * Subtitle format unknown.
> + */
> + AV_SUBTITLE_FMT_UNKNOWN = 0,
> +#ifdef FF_API_OLD_SUBTITLES
These should be #if, not #ifdef
--
Anton Khirnov
_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".