diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-04-08 15:16:48 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-04-08 15:16:48 +0000 |
commit | 7fad8ed26fee09a6056ba43caadf6e8cc0e4fb95 (patch) | |
tree | d89594cb8438583c2e2863eafa272889f77f5f5f /libavcodec/rtjpeg.c | |
parent | 782a58ece3c5932e41957a7a405c297a828177c6 (diff) | |
download | ffmpeg-7fad8ed26fee09a6056ba43caadf6e8cc0e4fb95.tar.gz |
Fix reference to a file in MPlayer that was renamed.
Originally committed as revision 12770 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/rtjpeg.c')
-rw-r--r-- | libavcodec/rtjpeg.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |