[FFmpeg-devel] [PATCH 8/8] libutvideodec: Fix typo

Derek Buitenhuis derek.buitenhuis at gmail.com
Mon Nov 7 18:20:29 CET 2011


Remove extraneous space.

Signed-off-by: Derek Buitenhuis <derek.buitenhuis at gmail.com>
---
 libavcodec/libutvideo.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavcodec/libutvideo.cpp b/libavcodec/libutvideo.cpp
index 4887c9c..58675e5 100644
--- a/libavcodec/libutvideo.cpp
+++ b/libavcodec/libutvideo.cpp
@@ -101,7 +101,7 @@ static av_cold int utvideo_decode_init(AVCodecContext *avctx)
         return -1;
     }
 
-    /* Allocate the output frame  */
+    /* Allocate the output frame */
     avctx->coded_frame = avcodec_alloc_frame();
 
     /* Ut Video only supports 8-bit */
-- 
1.7.7.1



More information about the ffmpeg-devel mailing list