Module: ffmpeg Branch: master Commit: 2a03e8733071f4a4051ba06a00e0af328082eed1
Author: Ronald S. Bultje <[email protected]> Date: Thu Feb 10 21:35:21 2011 -0500 Add missing terminating backslash --- libavcodec/avcodec.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index ebad958..e48033d 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -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 _______________________________________________ ffmpeg-commits mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-commits
