From 10a2b566a7d3885c1c95787d596c1d1d26fe7388 Mon Sep 17 00:00:00 2001 From: Antoine Cellerier Date: Sat, 29 Oct 2005 14:12:13 +0000 Subject: [PATCH] s/ffmpeg/x264/ --- modules/codec/x264.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/codec/x264.c b/modules/codec/x264.c index a0b709c203..023d9b8aae 100644 --- a/modules/codec/x264.c +++ b/modules/codec/x264.c @@ -554,7 +554,7 @@ static block_t *Encode( encoder_t *p_enc, picture_t *p_pict ) } /***************************************************************************** - * CloseEncoder: ffmpeg encoder destruction + * CloseEncoder: x264 encoder destruction *****************************************************************************/ static void Close( vlc_object_t *p_this ) { -- 2.39.2