forked from FFmpeg/FFmpeg
Add missing terminating backslash
This commit is contained in:
parent
4b884207eb
commit
2a03e87330
1 changed files with 1 additions and 1 deletions
|
@ -1044,7 +1044,7 @@ typedef struct AVPanScan{
|
|||
* - encoding: Set by libavcodec.\
|
||||
* - decoding: Set by libavcodec.\
|
||||
*/\
|
||||
void *thread_opaque;
|
||||
void *thread_opaque;\
|
||||
|
||||
#define FF_QSCALE_TYPE_MPEG1 0
|
||||
#define FF_QSCALE_TYPE_MPEG2 1
|
||||
|
|
Loading…
Add table
Reference in a new issue