[FFmpeg-devel] [PATCH] Add missing terminating slash

Ronald S. Bultje rsbultje
Fri Feb 11 03:36:02 CET 2011


---
 libavcodec/avcodec.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 3a10784..91a93ad 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
-- 
1.7.2.1




More information about the ffmpeg-devel mailing list