From 5ea4bd4112519332f1f420d4fd751bc8829e0509 Mon Sep 17 00:00:00 2001 From: Rodeo Date: Sun, 19 Aug 2012 13:26:16 +0000 Subject: [PATCH] Cosmetics. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4910 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- libhb/hbffmpeg.h | 4 ++-- 1 file 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); -- 2.40.0