X-Git-Url: http://git.videolan.org/?p=ffmpeg.git;a=blobdiff_plain;f=libavcodec%2Fprofiles.h;h=eb18b406af4c7e68d53f4937c39d795f1fe27346;hp=7e1f74d0ffa38cf23f02b2168cc8ee08a2a2e0a7;hb=dad6f44bbd578ba386ef8fdce55f88b4df21fdf6;hpb=e76064172098582148665df15484ae5d4e5194a9 diff --git a/libavcodec/profiles.h b/libavcodec/profiles.h index 7e1f74d0ff..eb18b406af 100644 --- a/libavcodec/profiles.h +++ b/libavcodec/profiles.h @@ -1,5 +1,4 @@ /* - * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or @@ -24,6 +23,7 @@ extern const AVProfile ff_aac_profiles[]; extern const AVProfile ff_dca_profiles[]; +extern const AVProfile ff_dnxhd_profiles[]; extern const AVProfile ff_h264_profiles[]; extern const AVProfile ff_hevc_profiles[]; extern const AVProfile ff_jpeg2000_profiles[]; @@ -32,4 +32,4 @@ extern const AVProfile ff_mpeg4_video_profiles[]; extern const AVProfile ff_vc1_profiles[]; extern const AVProfile ff_vp9_profiles[]; -#endif +#endif /* AVCODEC_PROFILES_H */