[FFmpeg-cvslog] libavcodec/xsubenc.c: Fix duplicate words
Michael Niedermayer
git at videolan.org
Mon Aug 12 20:11:50 CEST 2013
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Mon Aug 12 19:40:29 2013 +0200| [5347de881bf165762ae108a25bd2a87b29dc70ea] | committer: Michael Niedermayer
libavcodec/xsubenc.c: Fix duplicate words
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5347de881bf165762ae108a25bd2a87b29dc70ea
---
libavcodec/xsubenc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/xsubenc.c b/libavcodec/xsubenc.c
index cb2a908..a644edf 100644
--- a/libavcodec/xsubenc.c
+++ b/libavcodec/xsubenc.c
@@ -190,7 +190,7 @@ static int xsub_encode(AVCodecContext *avctx, unsigned char *buf,
h->rects[0]->w, h->rects[0]->h >> 1))
return -1;
- // Enforce total height to be be multiple of 2
+ // Enforce total height to be a multiple of 2
if (h->rects[0]->h & 1) {
put_xsub_rle(&pb, h->rects[0]->w, PADDING_COLOR);
avpriv_align_put_bits(&pb);
More information about the ffmpeg-cvslog
mailing list