[FFmpeg-devel] [PATCH] avcodec: Rename ff_mpv_decode_mb() to ff_mpv_reconstruct_mb

Ronald S. Bultje rsbultje at gmail.com
Mon Jun 19 15:48:09 EEST 2017


Hi,

On Sun, Jun 18, 2017 at 9:46 PM, Michael Niedermayer <michael at niedermayer.cc
> wrote:

> The new name more accuratly describes what the function does
>
> Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> ---
>  libavcodec/avcodec.h        |  2 +-
>  libavcodec/h261dec.c        |  4 ++--
>  libavcodec/h263dec.c        |  4 ++--
>  libavcodec/mpeg12dec.c      |  2 +-
>  libavcodec/mpeg_er.c        |  2 +-
>  libavcodec/mpegvideo.c      | 12 ++++++------
>  libavcodec/mpegvideo.h      |  2 +-
>  libavcodec/mpegvideo_enc.c  |  6 +++---
>  libavcodec/mpegvideo_xvmc.c |  2 +-
>  libavcodec/rv10.c           |  2 +-
>  10 files changed, 19 insertions(+), 19 deletions(-)


I think this is a good idea, thanks.

Ronald


More information about the ffmpeg-devel mailing list