Browse Source

libutvideodec: Fix typo

Remove extraneous space.

Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.9
Derek Buitenhuis Michael Niedermayer 14 years ago
parent
commit
b580ab6b8b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/libutvideo.cpp

+ 1
- 1
libavcodec/libutvideo.cpp View File

@@ -100,7 +100,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 */


Loading…
Cancel
Save