Mercurial > mplayer.hg
changeset 32523:42ab538db6b0
Merge pointlessly split string.
author | reimar |
---|---|
date | Mon, 08 Nov 2010 21:46:37 +0000 |
parents | 796cd767b024 |
children | 4bfaa9fc1c16 |
files | libmpcodecs/dec_video.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpcodecs/dec_video.c Mon Nov 08 20:09:02 2010 +0000 +++ b/libmpcodecs/dec_video.c Mon Nov 08 21:46:37 2010 +0000 @@ -447,7 +447,7 @@ sh_video->pts = sh_video->buffered_pts[sh_video->num_buffered_pts]; } else { mp_msg(MSGT_CPLAYER, MSGL_ERR, - "No pts value from demuxer to " "use for frame!\n"); + "No pts value from demuxer to use for frame!\n"); sh_video->pts = MP_NOPTS_VALUE; } if (delay >= 0) {