diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2002-12-06 11:56:49 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2002-12-06 11:56:49 +0000 |
commit | 32db2b1d47804ca0b722449b17868eda723bc822 (patch) | |
tree | b69b143b5e6631394ab47cedb1292b9009965c71 /libavcodec/avcodec.h | |
parent | 032011465be65a91f1e260ddc881ab1226a9e466 (diff) | |
download | ffmpeg-32db2b1d47804ca0b722449b17868eda723bc822.tar.gz |
missing "\" (found by nick)
Originally committed as revision 1315 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 470fbc3d95..0dd560e36c 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -163,7 +163,7 @@ static const int Motion_Est_QTab[] = { ME_ZERO, ME_PHODS, ME_LOG, uint8_t *data[4];\ int linesize[4];\ /**\ - * pointer to the first allocated byte of the picture. can be used in get_buffer/release_buffer + * pointer to the first allocated byte of the picture. can be used in get_buffer/release_buffer\ * this isnt used by lavc unless the default get/release_buffer() is used\ * encoding: \ * decoding: \ |