Mercurial > libavcodec.hg
diff rtjpeg.c @ 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 | c8ec0c985df8 |
| children | f7cbb7733146 |
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) {
