diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2017-06-18 20:15:05 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2017-06-19 17:54:40 +0200 |
commit | f670c13f13999d268c2d565d2e161d6a32fa9715 (patch) | |
tree | e0767747bfa5a9ad49c4808c6f6640c7f5844dae /libavcodec/avcodec.h | |
parent | b9d0a5fc215febfaa0c5b1ce5b0a799d59dd2a03 (diff) | |
download | ffmpeg-f670c13f13999d268c2d565d2e161d6a32fa9715.tar.gz |
avcodec: Rename ff_mpv_decode_mb() to ff_mpv_reconstruct_mb
The new name more accuratly describes what the function does
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 39be8cf717..b697afa0ae 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -3948,7 +3948,7 @@ typedef struct AVHWAccel { /** * 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. * |