diff options
author | Uoti Urpala <uau@glyph.nonexistent.invalid> | 2010-12-20 06:42:04 +0200 |
---|---|---|
committer | Uoti Urpala <uau@glyph.nonexistent.invalid> | 2010-12-20 06:42:04 +0200 |
commit | 4a26b4c024498c9b1be4723121d86e0c2b386ed2 (patch) | |
tree | 77e56568f6aa7e5dbfbae2bce0634c0452f3795c /libmpcodecs | |
parent | 835d3deea2023bd53a079513f6b742b575ae1896 (diff) | |
download | mpv-4a26b4c024498c9b1be4723121d86e0c2b386ed2.tar.bz2 mpv-4a26b4c024498c9b1be4723121d86e0c2b386ed2.tar.xz |
cosmetics: remove unused code, small formatting tweaks
Diffstat (limited to 'libmpcodecs')
-rw-r--r-- | libmpcodecs/dec_video.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpcodecs/dec_video.c b/libmpcodecs/dec_video.c index 8cc7a6407c..71d6de5216 100644 --- a/libmpcodecs/dec_video.c +++ b/libmpcodecs/dec_video.c @@ -480,7 +480,7 @@ void *decode_video(sh_video_t *sh_video, unsigned char *start, int in_size, 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->sorted_pts = MP_NOPTS_VALUE; } } |