git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
avcodec: Rename ff_mpv_decode_mb() to ff_mpv_reconstruct_mb
[ffmpeg.git]
/
libavcodec
/
avcodec.h
diff --git
a/libavcodec/avcodec.h
b/libavcodec/avcodec.h
index
39be8cf
..
b697afa
100644
(file)
--- a/
libavcodec/avcodec.h
+++ b/
libavcodec/avcodec.h
@@
-3948,7
+3948,7
@@
typedef struct AVHWAccel {
/**
* Called for every Macroblock in a slice.
*
/**
* Called for every Macroblock in a slice.
*
- * XvMC uses it to replace the ff_mpv_
decode
_mb().
+ * XvMC uses it to replace the ff_mpv_
reconstruct
_mb().
* Instead of decoding to raw picture, MB parameters are
* stored in an array provided by the video driver.
*
* Instead of decoding to raw picture, MB parameters are
* stored in an array provided by the video driver.
*