From: Michael Niedermayer Date: Fri, 6 Dec 2002 11:56:49 +0000 (+0000) Subject: missing "\" (found by nick) X-Git-Tag: v0.5~16940 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=32db2b1d47804ca0b722449b17868eda723bc822;p=platform%2Fupstream%2Flibav.git missing "\" (found by nick) Originally committed as revision 1315 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 470fbc3..0dd560e 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: \