v210x: cosmetics, reformat
This commit is contained in:
@@ -41,10 +41,10 @@ static av_cold int decode_init(AVCodecContext *avctx)
|
||||
static int decode_frame(AVCodecContext *avctx, void *data, int *got_frame,
|
||||
AVPacket *avpkt)
|
||||
{
|
||||
int y=0;
|
||||
int width= avctx->width;
|
||||
AVFrame *pic= avctx->coded_frame;
|
||||
const uint32_t *src = (const uint32_t *)avpkt->data;
|
||||
AVFrame *pic = avctx->coded_frame;
|
||||
int width = avctx->width;
|
||||
int y = 0;
|
||||
uint16_t *ydst, *udst, *vdst, *yend;
|
||||
int ret;
|
||||
|
||||
|
Reference in New Issue
Block a user