Merge commit '7835c24e19'
* commit '7835c24e19':
dv: Update DV-profile-related functions to current public API
Conflicts:
libavcodec/dvdec.c
Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
b7f8d3de2c
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ static av_cold int dvvideo_encode_init(AVCodecContext *avctx)
|
|||
PixblockDSPContext pdsp;
|
||||
int ret;
|
||||
|
||||
s->sys = avpriv_dv_codec_profile(avctx);
|
||||
s->sys = av_dv_codec_profile(avctx->width, avctx->height, avctx->pix_fmt);
|
||||
if (!s->sys) {
|
||||
av_log(avctx, AV_LOG_ERROR, "Found no DV profile for %ix%i %s video. "
|
||||
"Valid DV profiles are:\n",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue