comparison swf.c @ 3286:6f61c3b36632 libavformat

Use full path for #includes from another directory.
author diego
date Fri, 09 May 2008 11:56:36 +0000
parents 1b7bf70aab74
children
comparison
equal deleted inserted replaced
3285:ccfd981fe0fa 3286:6f61c3b36632
17 * 17 *
18 * You should have received a copy of the GNU Lesser General Public 18 * You should have received a copy of the GNU Lesser General Public
19 * License along with FFmpeg; if not, write to the Free Software 19 * License along with FFmpeg; if not, write to the Free Software
20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
21 */ 21 */
22
23 #include "libavcodec/bitstream.h"
22 #include "avformat.h" 24 #include "avformat.h"
23 #include "bitstream.h"
24 #include "riff.h" /* for CodecTag */ 25 #include "riff.h" /* for CodecTag */
25 26
26 /* should have a generic way to indicate probable size */ 27 /* should have a generic way to indicate probable size */
27 #define DUMMY_FILE_SIZE (100 * 1024 * 1024) 28 #define DUMMY_FILE_SIZE (100 * 1024 * 1024)
28 #define DUMMY_DURATION 600 /* in seconds */ 29 #define DUMMY_DURATION 600 /* in seconds */