#define NV_ENC_HEVC_PROFILE_MAIN_10 1
#define NV_ENC_HEVC_PROFILE_REXT 2
-#define NV_ENC_PROFILE_UNKNOWN 4
+#define NV_ENC_PROFILE_UNKNOWN FF_PROFILE_UNKNOWN
#define NV_ENC_LEVEL_AUTOSELECT 0
#include "transcoding/memutils.h"
-#define AUTO_STR "Auto"
+#define AUTO_STR "auto"
#define ADD_ENTRY(l, m, kt, k, vt, v) \
do { \
htsmsg_t *
tvh_codec_get_list_profiles(TVHCodec *self);
-/*htsmsg_t *
-tvh_codec_get_list_level(TVHCodec *self);*/
-
/* codec_profile_video_class */
typedef struct tvh_codec_video {