Browse code

libutvideodec: Fix typo

Remove extraneous space.

Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>

Derek Buitenhuis authored on 2011/11/08 02:20:29
Showing 1 changed files
... ...
@@ -100,7 +100,7 @@ static av_cold int utvideo_decode_init(AVCodecContext *avctx)
100 100
         return -1;
101 101
     }
102 102
 
103
-    /* Allocate the output frame  */
103
+    /* Allocate the output frame */
104 104
     avctx->coded_frame = avcodec_alloc_frame();
105 105
 
106 106
     /* Ut Video only supports 8-bit */