Mercurial > libavformat.hg
comparison avformat.h @ 3148:f00aeedea66a libavformat
MSN TCP Webcam stream demuxer.
| author | ramiro |
|---|---|
| date | Tue, 18 Mar 2008 19:54:47 +0000 |
| parents | 7f0f50bbfe23 |
| children | c806866fa0cc |
comparison
equal
deleted
inserted
replaced
| 3147:91d65fdf91e1 | 3148:f00aeedea66a |
|---|---|
| 20 | 20 |
| 21 #ifndef FFMPEG_AVFORMAT_H | 21 #ifndef FFMPEG_AVFORMAT_H |
| 22 #define FFMPEG_AVFORMAT_H | 22 #define FFMPEG_AVFORMAT_H |
| 23 | 23 |
| 24 #define LIBAVFORMAT_VERSION_MAJOR 52 | 24 #define LIBAVFORMAT_VERSION_MAJOR 52 |
| 25 #define LIBAVFORMAT_VERSION_MINOR 10 | 25 #define LIBAVFORMAT_VERSION_MINOR 11 |
| 26 #define LIBAVFORMAT_VERSION_MICRO 0 | 26 #define LIBAVFORMAT_VERSION_MICRO 0 |
| 27 | 27 |
| 28 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ | 28 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ |
| 29 LIBAVFORMAT_VERSION_MINOR, \ | 29 LIBAVFORMAT_VERSION_MINOR, \ |
| 30 LIBAVFORMAT_VERSION_MICRO) | 30 LIBAVFORMAT_VERSION_MICRO) |
