From 7fad8ed26fee09a6056ba43caadf6e8cc0e4fb95 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 8 Apr 2008 15:16:48 +0000 Subject: Fix reference to a file in MPlayer that was renamed. Originally committed as revision 12770 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/rtjpeg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/rtjpeg.c') diff --git a/libavcodec/rtjpeg.c b/libavcodec/rtjpeg.c index 48fb35c953..7ab808dacf 100644 --- a/libavcodec/rtjpeg.c +++ b/libavcodec/rtjpeg.c @@ -41,7 +41,7 @@ * * Note: GetBitContext is used to make the code simpler, since all data is * aligned this could be done faster in a different way, e.g. as it is done - * in MPlayer libmpcodecs/native/RTjpegN.c + * in MPlayer libmpcodecs/native/rtjpegn.c. */ static inline int get_block(GetBitContext *gb, DCTELEM *block, const uint8_t *scan, const uint32_t *quant) { -- cgit v1.2.3