Home
last modified time | relevance | path

Searched refs:vo_len (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dlibxvid.c285 int vo_len = 0, i; in xvid_strip_vol_header() local
292 vo_len = i; in xvid_strip_vol_header()
297 if (vo_len > 0) { in xvid_strip_vol_header()
300 avctx->extradata = av_malloc(vo_len); in xvid_strip_vol_header()
303 memcpy(avctx->extradata, pkt->data, vo_len); in xvid_strip_vol_header()
304 avctx->extradata_size = vo_len; in xvid_strip_vol_header()
308 memmove(pkt->data, &pkt->data[vo_len], frame_len - vo_len); in xvid_strip_vol_header()
309 pkt->size = frame_len - vo_len; in xvid_strip_vol_header()

Completed in 2 milliseconds