57 #define OFFSET(x) offsetof(MovieContext, x)
62 {
"stream_index",
"set stream index",
OFFSET(stream_index),
AV_OPT_TYPE_INT, {.dbl = -1}, -1, INT_MAX },
96 "Failed to avformat_open_input '%s'\n", movie->
file_name);
109 "%s: seek value overflow with start_time:%"PRId64
" seek_point:%"PRId64
"\n",
155 av_log(ctx,
AV_LOG_INFO,
"seek_point:%"PRIi64
" format_name:%s file_name:%s stream_index:%d\n",
213 outlink->
w = movie->
w;
214 outlink->
h = movie->
h;
224 int ret, frame_decoded;
255 "movie_get_frame(): file:'%s' pts:%"PRId64
" time:%lf pos:%"PRId64
" aspect:%d/%d\n",