comparison avformat.h @ 961:d1d7a0e87dea libavformat

complete AVS playback system (from Creature Shock computer game), courtesy of Aurelien Jacobs <aurel at gnuage dot org>
author melanson
date Fri, 17 Feb 2006 03:17:42 +0000
parents 3a64595e57be
children d2e5dfdf4def
comparison
equal deleted inserted replaced
960:6c30a916e27d 961:d1d7a0e87dea
3 3
4 #ifdef __cplusplus 4 #ifdef __cplusplus
5 extern "C" { 5 extern "C" {
6 #endif 6 #endif
7 7
8 #define LIBAVFORMAT_VERSION_INT ((50<<16)+(2<<8)+1) 8 #define LIBAVFORMAT_VERSION_INT ((50<<16)+(3<<8)+0)
9 #define LIBAVFORMAT_VERSION 50.2.1 9 #define LIBAVFORMAT_VERSION 50.3.0
10 #define LIBAVFORMAT_BUILD LIBAVFORMAT_VERSION_INT 10 #define LIBAVFORMAT_BUILD LIBAVFORMAT_VERSION_INT
11 11
12 #define LIBAVFORMAT_IDENT "Lavf" AV_STRINGIFY(LIBAVFORMAT_VERSION) 12 #define LIBAVFORMAT_IDENT "Lavf" AV_STRINGIFY(LIBAVFORMAT_VERSION)
13 13
14 #include <time.h> 14 #include <time.h>
562 int ff_adts_init(void); 562 int ff_adts_init(void);
563 563
564 /* mm.c */ 564 /* mm.c */
565 int mm_init(void); 565 int mm_init(void);
566 566
567 /* avs.c */
568 int avs_init(void);
569
567 #include "rtp.h" 570 #include "rtp.h"
568 571
569 #include "rtsp.h" 572 #include "rtsp.h"
570 573
571 /* yuv4mpeg.c */ 574 /* yuv4mpeg.c */