[MPlayer-cvslog] r34386 - trunk/libmpcodecs/vd_ffmpeg.c
cboesch
subversion at mplayerhq.hu
Sat Dec 3 23:29:25 CET 2011
Author: cboesch
Date: Sat Dec 3 23:29:25 2011
New Revision: 34386
Log:
vd_ffmpeg: fix comment typo (sepcified → specified)
Modified:
trunk/libmpcodecs/vd_ffmpeg.c
Modified: trunk/libmpcodecs/vd_ffmpeg.c
==============================================================================
--- trunk/libmpcodecs/vd_ffmpeg.c Sat Dec 3 23:26:47 2011 (r34385)
+++ trunk/libmpcodecs/vd_ffmpeg.c Sat Dec 3 23:29:25 2011 (r34386)
@@ -180,7 +180,7 @@ static int control(sh_video_t *sh, int c
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;
More information about the MPlayer-cvslog
mailing list