Mercurial > mplayer.hg
changeset 34298:a15ac2fd7f01
vd_ffmpeg: fix comment typo (sepcified вк specified)
author | cboesch |
---|---|
date | Sat, 03 Dec 2011 22:29:25 +0000 |
parents | dc1ac10ececd |
children | 1237a0a79119 |
files | libmpcodecs/vd_ffmpeg.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpcodecs/vd_ffmpeg.c Sat Dec 03 22:26:47 2011 +0000 +++ b/libmpcodecs/vd_ffmpeg.c Sat Dec 03 22:29:25 2011 +0000 @@ -180,7 +180,7 @@ avcodec_flush_buffers(avctx); return CONTROL_TRUE; case VDCTRL_QUERY_UNSEEN_FRAMES: - // "has_b_frames" contains the (e.g. reorder) delay as sepcified + // "has_b_frames" contains the (e.g. reorder) delay as specified // in the standard. "delay" contains the libavcodec-specific delay // e.g. due to frame multithreading return avctx->has_b_frames + avctx->delay + 10;