From d37faad0cdbb5577b6ce72625847cae5bf110db9 Mon Sep 17 00:00:00 2001 From: Vittorio Giovara Date: Fri, 2 Nov 2018 15:33:20 -0400 Subject: mjpeg: Use profile names in the encoder and decoder --- libavcodec/profiles.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/profiles.h') diff --git a/libavcodec/profiles.h b/libavcodec/profiles.h index 4669dad8d5..ab61e03e15 100644 --- a/libavcodec/profiles.h +++ b/libavcodec/profiles.h @@ -34,5 +34,6 @@ extern const AVProfile ff_vp9_profiles[]; extern const AVProfile ff_av1_profiles[]; extern const AVProfile ff_sbc_profiles[]; extern const AVProfile ff_prores_profiles[]; +extern const AVProfile ff_mjpeg_profiles[]; #endif /* AVCODEC_PROFILES_H */ -- cgit v1.2.3