Commit fa7c0634 authored by diego's avatar diego

Fix reference to a file in MPlayer that was renamed.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12770 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 410e6865
......@@ -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) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment