Mercurial > libavcodec.hg
changeset 6574:be4783347fbe libavcodec
Fix reference to a file in MPlayer that was renamed.
author | diego |
---|---|
date | Tue, 08 Apr 2008 15:16:48 +0000 |
parents | 43d2d2f27f92 |
children | d869966e57e5 |
files | rtjpeg.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/rtjpeg.c Tue Apr 08 10:49:23 2008 +0000 +++ b/rtjpeg.c Tue Apr 08 15:16:48 2008 +0000 @@ -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) {