vlc | branch: master | Jean-Paul Saman <jean-paul.sa...@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 ) )

_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
http://mailman.videolan.org/listinfo/vlc-commits

Reply via email to