summaryrefslogtreecommitdiff
path: root/libavcodec/bitstream.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-07-28 12:50:28 +0000
committerDiego Biurrun <diego@biurrun.de>2007-07-28 12:50:28 +0000
commit1903245071a1b90f08a441517da83cd0dcf676ed (patch)
tree1bb61cf8d29da53f24de3c30784ecacc110f8ef4 /libavcodec/bitstream.c
parentdf3a80b50a452f54878f5011207a864d703a943d (diff)
Ahem, fix typos overlooked in last commit.
Originally committed as revision 9816 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/bitstream.c')
-rw-r--r--libavcodec/bitstream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/bitstream.c b/libavcodec/bitstream.c
index a5b87a1754..5c50120460 100644
--- a/libavcodec/bitstream.c
+++ b/libavcodec/bitstream.c
@@ -36,7 +36,7 @@
* @param[in] ptr The block of memory to reallocate.
* @param[in] size The requested size.
* @return Block of memory of requested size.
- * @deprecated. Code which uses ff_realloc_static is broken/misdesigned.
+ * @deprecated. Code which uses ff_realloc_static is broken/misdesigned
* and should correctly use static arrays
*/
attribute_deprecated void *ff_realloc_static(void *ptr, unsigned int size);