1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

Add missing terminating backslash

This commit is contained in:
Ronald S. Bultje 2011-02-10 21:35:21 -05:00
parent 4b884207eb
commit 2a03e87330

View File

@ -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