diff options
author | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2011-11-07 12:20:29 -0500 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-11-07 19:37:38 +0100 |
commit | b580ab6b8bc85897b7bed566f236b8d5199313c4 (patch) | |
tree | d643e430a4ded089c402affdab3e937a5e906273 | |
parent | 1ff1b5f7f64402198341c3b0f91ae8dc6e07dca8 (diff) | |
download | ffmpeg-b580ab6b8bc85897b7bed566f236b8d5199313c4.tar.gz |
libutvideodec: Fix typo
Remove extraneous space.
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libavcodec/libutvideo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/libutvideo.cpp b/libavcodec/libutvideo.cpp index e92b3e2686..63fb44d173 100644 --- a/libavcodec/libutvideo.cpp +++ b/libavcodec/libutvideo.cpp @@ -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 */ |