summaryrefslogtreecommitdiffstats
path: root/libavcodec/dvdec.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2014-08-02 08:45:01 -0700
committerDiego Biurrun <diego@biurrun.de>2014-08-02 12:54:37 -0700
commit7835c24e19d9e1cb43fba5a02ce9d81d518f1300 (patch)
tree5453f026f44cdbbb5f42b28d7cd14faaf8c7011e /libavcodec/dvdec.c
parentffa4d4ef0bd66c4e8bde7357b69bdedc78123ea8 (diff)
downloadffmpeg-streaming-7835c24e19d9e1cb43fba5a02ce9d81d518f1300.zip
ffmpeg-streaming-7835c24e19d9e1cb43fba5a02ce9d81d518f1300.tar.gz
dv: Update DV-profile-related functions to current public API
Diffstat (limited to 'libavcodec/dvdec.c')
-rw-r--r--libavcodec/dvdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/dvdec.c b/libavcodec/dvdec.c
index 336f32c..476f8c9 100644
--- a/libavcodec/dvdec.c
+++ b/libavcodec/dvdec.c
@@ -343,7 +343,7 @@ static int dvvideo_decode_frame(AVCodecContext *avctx,
int apt, is16_9, ret;
const AVDVProfile *sys;
- sys = avpriv_dv_frame_profile(s->sys, buf, buf_size);
+ sys = av_dv_frame_profile(s->sys, buf, buf_size);
if (!sys || buf_size < sys->frame_size) {
av_log(avctx, AV_LOG_ERROR, "could not find dv frame profile\n");
return -1; /* NOTE: we only accept several full frames */
OpenPOWER on IntegriCloud