git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63a21bc
)
Make one comment slightly clearer and more readable.
author
Diego Biurrun
<diego@biurrun.de>
Sat, 14 Feb 2009 19:42:29 +0000
(19:42 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Sat, 14 Feb 2009 19:42:29 +0000
(19:42 +0000)
Originally committed as revision 17272 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/mpegvideo_xvmc.c
patch
|
blob
|
history
diff --git
a/libavcodec/mpegvideo_xvmc.c
b/libavcodec/mpegvideo_xvmc.c
index
7808123
..
50e8986
100644
(file)
--- a/
libavcodec/mpegvideo_xvmc.c
+++ b/
libavcodec/mpegvideo_xvmc.c
@@
-165,7
+165,7
@@
void ff_xvmc_decode_mb(MpegEncContext *s)
if (s->mv_dir & MV_DIR_FORWARD) {
mv_block->macroblock_type |= XVMC_MB_TYPE_MOTION_FORWARD;
- //
pmv[n][dir][xy]=
mv[dir][n][xy]
+ //
PMV[n][dir][xy] =
mv[dir][n][xy]
mv_block->PMV[0][0][0] = s->mv[0][0][0];
mv_block->PMV[0][0][1] = s->mv[0][0][1];
mv_block->PMV[1][0][0] = s->mv[0][1][0];