changeset 914:22cec68e6f01 libavcodec

missing "\" (found by nick)
author michaelni
date Fri, 06 Dec 2002 11:56:49 +0000
parents 51f3b644ae30
children 75ee49a4a516
files avcodec.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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: \