[vlc-commits] codec/avcodec/video.c: correct typo in comment

Jean-Paul Saman git at videolan.org
Fri Jul 1 14:32:37 CEST 2011


vlc | branch: master | Jean-Paul Saman <jean-paul.saman at m2x.nl> | Fri Jul  1 14:31:36 2011 +0200| [55dc9ef664f31a4245326795d320f86264a35526] | committer: Jean-Paul Saman

codec/avcodec/video.c: correct typo in comment

fffmpeg -> ffmpeg

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=55dc9ef664f31a4245326795d320f86264a35526
---

 modules/codec/avcodec/video.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/codec/avcodec/video.c b/modules/codec/avcodec/video.c
index 86266c4..2d869b5 100644
--- a/modules/codec/avcodec/video.c
+++ b/modules/codec/avcodec/video.c
@@ -945,7 +945,7 @@ static int ffmpeg_GetFrameBuf( struct AVCodecContext *p_context,
     if( p_sys->p_va )
     {
 #ifdef HAVE_AVCODEC_VA
-        /* hwaccel_context is not present in old fffmpeg version */
+        /* hwaccel_context is not present in old ffmpeg version */
         if( vlc_va_Setup( p_sys->p_va,
                           &p_sys->p_context->hwaccel_context, &p_dec->fmt_out.video.i_chroma,
                           p_sys->p_context->width, p_sys->p_context->height ) )



More information about the vlc-commits mailing list