# HG changeset patch # User michaelni # Date 1039175809 0 # Node ID 22cec68e6f01cab41409db65a78729da4405f3c9 # Parent 51f3b644ae3013f1a4e983e71e743872406fdefe missing "\" (found by nick) diff -r 51f3b644ae30 -r 22cec68e6f01 avcodec.h --- a/avcodec.h Thu Dec 05 22:22:53 2002 +0000 +++ b/avcodec.h Fri Dec 06 11:56:49 2002 +0000 @@ -163,7 +163,7 @@ 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: \