diff options
Diffstat (limited to 'libhb/hbffmpeg.h')
-rw-r--r-- | libhb/hbffmpeg.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libhb/hbffmpeg.h b/libhb/hbffmpeg.h index 776eec61a..94b1a903e 100644 --- a/libhb/hbffmpeg.h +++ b/libhb/hbffmpeg.h @@ -23,7 +23,6 @@ void hb_avcodec_init(void); 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); uint64_t hb_ff_mixdown_xlat(int hb_mixdown, int *downmix_mode); void hb_ff_set_sample_fmt(AVCodecContext *, AVCodec *, enum AVSampleFormat); |