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 ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".