FFmpeg
|
#include <stdint.h>
#include "libavutil/common.h"
#include "libavutil/frame.h"
#include "libavutil/pixdesc.h"
#include "avcodec.h"
#include "mpegutils.h"
Go to the source code of this file.
Functions | |
void | ff_draw_horiz_band (AVCodecContext *avctx, AVFrame *cur, AVFrame *last, int y, int h, int picture_structure, int first_field, int low_delay) |
Draw a horizontal band if supported. More... | |
void ff_draw_horiz_band | ( | AVCodecContext * | avctx, |
AVFrame * | cur, | ||
AVFrame * | last, | ||
int | y, | ||
int | h, | ||
int | picture_structure, | ||
int | first_field, | ||
int | low_delay | ||
) |
Draw a horizontal band if supported.
h | is the normal height, this will be reduced automatically if needed |
Definition at line 30 of file mpegutils.c.
Referenced by ff_mpeg_draw_horiz_band(), and svq3_decode_frame().