1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-07-30 15:58:23 +02:00

vsrc_movie: Adjust a silly typo from b977b287f6

This commit is contained in:
Diego Biurrun 2014-08-20 09:56:26 -07:00
parent 67a7695c14
commit 11cd727fbd

View File

@ -226,7 +226,7 @@ static int movie_get_frame(AVFilterLink *outlink)
"movie_get_frame(): file:'%s' pts:%"PRId64" time:%f aspect:%d/%d\n",
movie->file_name, movie->frame->pts,
(double)movie->frame->pts *
av_q2d(movie->format_ctx->streams[movie->stream_index]),
av_q2d(movie->format_ctx->streams[movie->stream_index]->time_base),
movie->frame->sample_aspect_ratio.num,
movie->frame->sample_aspect_ratio.den);
// We got it. Free the packet since we are returning