comparison avcodec.h @ 914:22cec68e6f01 libavcodec

missing "\" (found by nick)
author michaelni
date Fri, 06 Dec 2002 11:56:49 +0000
parents 8ae1e4c24e91
children 3814e9115672
comparison
equal deleted inserted replaced
913:51f3b644ae30 914:22cec68e6f01
161 161
162 #define FF_COMMON_PICTURE \ 162 #define FF_COMMON_PICTURE \
163 uint8_t *data[4];\ 163 uint8_t *data[4];\
164 int linesize[4];\ 164 int linesize[4];\
165 /**\ 165 /**\
166 * pointer to the first allocated byte of the picture. can be used in get_buffer/release_buffer 166 * pointer to the first allocated byte of the picture. can be used in get_buffer/release_buffer\
167 * this isnt used by lavc unless the default get/release_buffer() is used\ 167 * this isnt used by lavc unless the default get/release_buffer() is used\
168 * encoding: \ 168 * encoding: \
169 * decoding: \ 169 * decoding: \
170 */\ 170 */\
171 uint8_t *base[4];\ 171 uint8_t *base[4];\