From 2a03e8733071f4a4051ba06a00e0af328082eed1 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Thu, 10 Feb 2011 21:35:21 -0500 Subject: [PATCH] Add missing terminating backslash --- libavcodec/avcodec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4