代码搜索:QuickTime
找到约 1,938 项符合「QuickTime」的源代码
代码结果 1,938
www.eeworm.com/read/110972/6162250
c vmhd.c
#include "quicktime.h"
int quicktime_vmhd_init(quicktime_vmhd_t *vmhd)
{
vmhd->version = 0;
vmhd->flags = 1;
vmhd->graphics_mode = 64;
vmhd->opcolor[0] = 32768;
vmhd->opcolor[1] = 3276
www.eeworm.com/read/110972/6162263
c esds.c
/*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy o
www.eeworm.com/read/110972/6162277
c gmin.c
#include "quicktime.h"
int quicktime_gmin_init(quicktime_gmin_t *gmin)
{
gmin->version = 0;
gmin->flags = 0;
gmin->graphics_mode = 64;
gmin->opcolor[0] = 32768;
gmin->opcolor[1] =
www.eeworm.com/read/488871/6478862
txt you_cannot_insert_quicktime_movies_in_powerpoint_2000.txt
www.eeworm.com/read/7603/123078
avi quicktime-server的基本设置和使用.avi
www.eeworm.com/read/422309/10643825
h lqt_funcprotos.h
/*******************************************************************************
lqt_funcprotos.h
libquicktime - A library for reading and writing quicktime/avi/mp4 files.
http://libquicktime.sour
www.eeworm.com/read/422309/10644347
c clap.c
/*******************************************************************************
clap.c
libquicktime - A library for reading and writing quicktime/avi/mp4 files.
http://libquicktime.sourceforge.ne
www.eeworm.com/read/422309/10644485
c vmhd.c
/*******************************************************************************
vmhd.c
libquicktime - A library for reading and writing quicktime/avi/mp4 files.
http://libquicktime.sourceforge.ne
www.eeworm.com/read/422309/10644602
c gmin.c
/*******************************************************************************
gmin.c
libquicktime - A library for reading and writing quicktime/avi/mp4 files.
http://libquicktime.sourceforge.ne
www.eeworm.com/read/136571/5869685
c stsdtable.c
#include "quicktime.h"
int quicktime_stsd_table_init(quicktime_stsd_table_t *table)
{
int i;
table->format[0] = 'y';
table->format[1] = 'u';
table->format[2] = 'v';
table->format[3] =