diff options
author | Rodeo <[email protected]> | 2012-08-19 13:26:16 +0000 |
---|---|---|
committer | Rodeo <[email protected]> | 2012-08-19 13:26:16 +0000 |
commit | 5ea4bd4112519332f1f420d4fd751bc8829e0509 (patch) | |
tree | 118e0abd44d1b81d515f170572380dd627f8ef20 /libhb/hbffmpeg.h | |
parent | c547b8aa25996fee77a0fef9a69724121e43ae0c (diff) |
Cosmetics.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4910 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/hbffmpeg.h')
-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); |