X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fguicast%2Fbccmodels.h;h=302e56b135b851da15b35601a164aec53e3b0898;hb=21c2e6b36d6a96c2f662a89459d607b5a387f4eb;hp=94a9bbcd80a136ceb1f56586bdcaafefebe768e3;hpb=1f78d86b5532943b2a3ea51f409a1fe5bd961e02;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/guicast/bccmodels.h b/cinelerra-5.1/guicast/bccmodels.h index 94a9bbcd..302e56b1 100644 --- a/cinelerra-5.1/guicast/bccmodels.h +++ b/cinelerra-5.1/guicast/bccmodels.h @@ -3,19 +3,19 @@ * under the terms of the GNU Lesser General Public License as published * by the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. - * + * * This library is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * USA */ - - + + #ifndef BCCMODELS_H #define BCCMODELS_H @@ -60,6 +60,7 @@ #define BC_YUV410P 28 #define BC_RGB_FLOATP 32 #define BC_RGBA_FLOATP 33 +#define BC_YUV420PI 34 // Colormodels purely used by Quicktime are done in Quicktime. @@ -101,14 +102,14 @@ public: unsigned char *in_u_plane, unsigned char *in_v_plane, int in_x, /* Dimensions to capture from input frame */ - int in_y, - int in_w, + int in_y, + int in_w, int in_h, int out_x, /* Dimensions to project on output frame */ - int out_y, - int out_w, + int out_y, + int out_w, int out_h, - int in_colormodel, + int in_colormodel, int out_colormodel, int bg_color, /* When transfering BC_RGBA8888 to non-alpha this is the background color in 0xRRGGBB hex */ int in_rowspan, /* For planar use the luma rowspan */