comparison avio.h @ 2171:a6d6b2b19341 libavformat

include all prerequisites in header files
author mru
date Sat, 16 Jun 2007 22:59:13 +0000
parents eac986610f47
children 89030c7e2fa7
comparison
equal deleted inserted replaced
2170:4452d75a9298 2171:a6d6b2b19341
18 * License along with FFmpeg; if not, write to the Free Software 18 * License along with FFmpeg; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 */ 20 */
21 #ifndef AVIO_H 21 #ifndef AVIO_H
22 #define AVIO_H 22 #define AVIO_H
23
24 #include <stdint.h>
23 25
24 /* output byte stream handling */ 26 /* output byte stream handling */
25 27
26 typedef int64_t offset_t; 28 typedef int64_t offset_t;
27 29