X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=input%2Finput.h;h=86cd11963714862bbe470716f10285d6b87aa736;hb=5db8b6b93aa91079ab785b9b49413625430536fd;hp=f281d7e9ac7adca47f6beacb8f9a43b3c6770b7e;hpb=27a7b05b8330d0756e5e3f6669282561030f54fa;p=x264 diff --git a/input/input.h b/input/input.h index f281d7e9..86cd1196 100644 --- a/input/input.h +++ b/input/input.h @@ -1,7 +1,7 @@ /***************************************************************************** * input.h: file input ***************************************************************************** - * Copyright (C) 2003-2012 x264 project + * Copyright (C) 2003-2015 x264 project * * Authors: Laurent Aimar * Loren Merritt @@ -124,6 +124,7 @@ extern const x264_cli_csp_t x264_cli_csps[]; int x264_cli_csp_is_invalid( int csp ); int x264_cli_csp_depth_factor( int csp ); int x264_cli_pic_alloc( cli_pic_t *pic, int csp, int width, int height ); +int x264_cli_pic_alloc_aligned( cli_pic_t *pic, int csp, int width, int height ); void x264_cli_pic_clean( cli_pic_t *pic ); uint64_t x264_cli_pic_plane_size( int csp, int width, int height, int plane ); uint64_t x264_cli_pic_size( int csp, int width, int height );