mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-27 13:10:37 +00:00
missing "\" (found by nick)
Originally committed as revision 1315 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
032011465b
commit
32db2b1d47
@ -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: \
|
||||
|
Loading…
Reference in New Issue
Block a user