Mercurial > libavcodec.hg
comparison bitstream.c @ 4889:beeb03aad909 libavcodec
patch so that the deprecated items show up correctly
when building doxygen docs
patch by mark cox melbournemark plus ffmpeg minus devel chez gmail dot com
| author | benoit |
|---|---|
| date | Wed, 02 May 2007 09:13:47 +0000 |
| parents | 2c8f88e7397a |
| children | c7904664624c |
comparison
equal
deleted
inserted
replaced
| 4888:185f5e4feb72 | 4889:beeb03aad909 |
|---|---|
| 34 * Same as av_mallocz_static(), but does a realloc. | 34 * Same as av_mallocz_static(), but does a realloc. |
| 35 * | 35 * |
| 36 * @param[in] ptr The block of memory to reallocate. | 36 * @param[in] ptr The block of memory to reallocate. |
| 37 * @param[in] size The requested size. | 37 * @param[in] size The requested size. |
| 38 * @return Block of memory of requested size. | 38 * @return Block of memory of requested size. |
| 39 * @deprecated. Code which uses ff_realloc_static is broken/missdesigned | |
| 40 * and should correctly use static arrays | |
| 39 */ | 41 */ |
| 40 attribute_deprecated void *ff_realloc_static(void *ptr, unsigned int size); | 42 attribute_deprecated void *ff_realloc_static(void *ptr, unsigned int size); |
| 41 | 43 |
| 42 void align_put_bits(PutBitContext *s) | 44 void align_put_bits(PutBitContext *s) |
| 43 { | 45 { |
