projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
782a58e
)
Fix reference to a file in MPlayer that was renamed.
author
Diego Biurrun
<diego@biurrun.de>
Tue, 8 Apr 2008 15:16:48 +0000
(15:16 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Tue, 8 Apr 2008 15:16:48 +0000
(15:16 +0000)
Originally committed as revision 12770 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/rtjpeg.c
patch
|
blob
|
history
diff --git
a/libavcodec/rtjpeg.c
b/libavcodec/rtjpeg.c
index 48fb35c9533a54d2d09d9f72d0642d1a7b25d033..7ab808dacf6a91fe94796fe3a9377adb74708ada 100644
(file)
--- 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) {