diff libmpcodecs/vd_ffmpeg.c @ 34298:a15ac2fd7f01

vd_ffmpeg: fix comment typo (sepcified вк specified)
author cboesch
date Sat, 03 Dec 2011 22:29:25 +0000
parents e61a652e9cf1
children 119af6360b00
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;