X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=libhb%2Fhbffmpeg.h;h=7c17e1a64b1200b53e597e0b9a3271c7ac72bbcb;hb=9972486f44c586225d98967441dcd3f3fd920636;hp=e0a7634d373f1e471b346f42085e1dc140b3ab0a;hpb=8a2e734614c836e48e277d27416e30b1b24c4caa;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/libhb/hbffmpeg.h b/libhb/hbffmpeg.h index e0a7634d..7c17e1a6 100644 --- a/libhb/hbffmpeg.h +++ b/libhb/hbffmpeg.h @@ -9,3 +9,4 @@ void hb_avcodec_init(void); int hb_avcodec_open( AVCodecContext *, struct AVCodec * ); int hb_avcodec_close( AVCodecContext * ); +int hb_ff_layout_xlat(int64_t ff_layout, int channels);