60 #define OFFSET(x) offsetof(MovieContext, x)
61 #define FLAGS AV_OPT_FLAG_VIDEO_PARAM
101 "Failed to avformat_open_input '%s'\n", movie->
file_name);
114 "%s: seek value overflow with start_time:%"PRId64
" seek_point:%"PRId64
"\n",
157 av_log(ctx,
AV_LOG_VERBOSE,
"seek_point:%"PRIi64
" format_name:%s file_name:%s stream_index:%d\n",
197 outlink->
w = movie->
w;
198 outlink->
h = movie->
h;
208 int ret, frame_decoded;
227 "movie_get_frame(): file:'%s' pts:%"PRId64
" time:%f aspect:%d/%d\n",
279 .priv_class = &movie_class,
285 .
outputs = avfilter_vsrc_movie_outputs,