On Tue, Mar 04, 2014 at 07:24:40PM +0100, Vittorio Giovara wrote:
> ---
>  libavcodec/internal.h  |  7 +++++++
>  libavcodec/mpegvideo.c | 50 -----------------------------------------------
>  libavcodec/mpegvideo.h |  3 ---
>  libavcodec/utils.c     | 53 
> ++++++++++++++++++++++++++++++++++++++++++++++++++
>  4 files changed, 60 insertions(+), 53 deletions(-)

move to

You move x from a to b.

The tiger moves in its cage.

> --- a/libavcodec/mpegvideo.c
> +++ b/libavcodec/mpegvideo.c
> @@ -2315,56 +2315,6 @@ void ff_MPV_decode_mb(MpegEncContext *s, int16_t 
> block[12][64]){
>  /**
>   * @param h is the normal height, this will be reduced automatically if 
> needed for the last row
>   */
> -void ff_draw_horiz_band(AVCodecContext *avctx,
> -                        AVFrame *cur, AVFrame *last,
> -                        int y, int h, int picture_structure,
> -                        int first_field, int low_delay)
> -{
> -}
> -
>  void ff_mpeg_draw_horiz_band(MpegEncContext *s, int y, int h)
>  {
>      ff_draw_horiz_band(s->avctx, &s->current_picture.f,

The Doxygen comment suddenly applies to a different function.

Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to