25 Oct 2004 17:37
CVS: ffmpeg/libavcodec avcodec.h,1.347,1.348
Michael Niedermayer CVS <michael <at> mplayerhq.hu>
2004-10-25 15:37:16 GMT
2004-10-25 15:37:16 GMT
Update of /cvsroot/ffmpeg/ffmpeg/libavcodec
In directory mail:/var2/tmp/cvs-serv26072
Modified Files:
avcodec.h
Log Message:
type fix
Index: avcodec.h
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/avcodec.h,v
retrieving revision 1.347
retrieving revision 1.348
diff -u -d -r1.347 -r1.348
--- avcodec.h 24 Oct 2004 22:37:29 -0000 1.347
+++ avcodec.h 25 Oct 2004 15:37:13 -0000 1.348
<at> <at> -1732,7 +1732,7 <at> <at>
typedef struct AVCodec {
const char *name;
enum CodecType type;
- int id;
+ enum CodecID id;
int priv_data_size;
int (*init)(AVCodecContext *);
int (*encode)(AVCodecContext *, uint8_t *buf, int buf_size, void *data);
-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
(Continue reading)
RSS Feed