Mercurial > libavcodec.hg
comparison avcodec.h @ 379:47c878305986 libavcodec
build info for ABI
| author | nickols_k |
|---|---|
| date | Sun, 12 May 2002 15:53:25 +0000 |
| parents | 7875553fc63b |
| children | 975aa6fe83b8 |
comparison
equal
deleted
inserted
replaced
| 378:7875553fc63b | 379:47c878305986 |
|---|---|
| 387 | 387 |
| 388 extern AVCodec *first_avcodec; | 388 extern AVCodec *first_avcodec; |
| 389 | 389 |
| 390 /* returns LIBAVCODEC_VERSION_INT constant */ | 390 /* returns LIBAVCODEC_VERSION_INT constant */ |
| 391 unsigned avcodec_version( void ); | 391 unsigned avcodec_version( void ); |
| 392 /* returns LIBAVCODEC_BUILD constant */ | |
| 393 unsigned avcodec_build( void ); | |
| 392 void avcodec_init(void); | 394 void avcodec_init(void); |
| 393 | 395 |
| 394 void register_avcodec(AVCodec *format); | 396 void register_avcodec(AVCodec *format); |
| 395 AVCodec *avcodec_find_encoder(enum CodecID id); | 397 AVCodec *avcodec_find_encoder(enum CodecID id); |
| 396 AVCodec *avcodec_find_encoder_by_name(const char *name); | 398 AVCodec *avcodec_find_encoder_by_name(const char *name); |
