Commit 7aa40da0 authored by michaelni's avatar michaelni

missing "\" (found by nick)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1315 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent b84ceaf7
...@@ -163,7 +163,7 @@ static const int Motion_Est_QTab[] = { ME_ZERO, ME_PHODS, ME_LOG, ...@@ -163,7 +163,7 @@ static const int Motion_Est_QTab[] = { ME_ZERO, ME_PHODS, ME_LOG,
uint8_t *data[4];\ uint8_t *data[4];\
int linesize[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\ * this isnt used by lavc unless the default get/release_buffer() is used\
* encoding: \ * encoding: \
* decoding: \ * decoding: \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment