Mercurial > libavformat.hg
comparison swf.c @ 628:8909a59c9461 libavformat
common.h -> common.h/bitstream.h
author | michael |
---|---|
date | Wed, 29 Dec 2004 18:31:28 +0000 |
parents | 59ddf98a5c65 |
children | af4e24d6310c |
comparison
equal
deleted
inserted
replaced
627:2cd604e839c7 | 628:8909a59c9461 |
---|---|
16 * You should have received a copy of the GNU Lesser General Public | 16 * You should have received a copy of the GNU Lesser General Public |
17 * License along with this library; if not, write to the Free Software | 17 * License along with this library; if not, write to the Free Software |
18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
19 */ | 19 */ |
20 #include "avformat.h" | 20 #include "avformat.h" |
21 #include "bitstream.h" | |
21 | 22 |
22 /* should have a generic way to indicate probable size */ | 23 /* should have a generic way to indicate probable size */ |
23 #define DUMMY_FILE_SIZE (100 * 1024 * 1024) | 24 #define DUMMY_FILE_SIZE (100 * 1024 * 1024) |
24 #define DUMMY_DURATION 600 /* in seconds */ | 25 #define DUMMY_DURATION 600 /* in seconds */ |
25 | 26 |