summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerek Buitenhuis <derek.buitenhuis@gmail.com>2011-11-07 12:20:29 -0500
committerMichael Niedermayer <michaelni@gmx.at>2011-11-07 19:37:38 +0100
commitb580ab6b8bc85897b7bed566f236b8d5199313c4 (patch)
treed643e430a4ded089c402affdab3e937a5e906273
parent1ff1b5f7f64402198341c3b0f91ae8dc6e07dca8 (diff)
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.cpp2
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 */