diff options
Diffstat (limited to 'libhb')
-rw-r--r-- | libhb/hbffmpeg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libhb/hbffmpeg.h b/libhb/hbffmpeg.h index 138094bc8..51b51d8af 100644 --- a/libhb/hbffmpeg.h +++ b/libhb/hbffmpeg.h @@ -16,10 +16,10 @@ #include "libswscale/swscale.h" #include "libavresample/avresample.h" -#define HB_FFMPEG_THREADS_AUTO (-1) // let hb_avcodec_open decide thread_count +#define HB_FFMPEG_THREADS_AUTO (-1) // let hb_avcodec_open() decide thread_count void hb_avcodec_init(void); -int hb_avcodec_open(AVCodecContext *, AVCodec *, AVDictionary **av_opts, int thread_count); +int hb_avcodec_open(AVCodecContext *, AVCodec *, AVDictionary **, int); int hb_avcodec_close(AVCodecContext *); uint64_t hb_ff_layout_xlat(uint64_t ff_channel_layout, int nchannels); |