Browse Source

vsrc_movie: Adjust a silly typo from b977b287f6

tags/n2.4
Diego Biurrun 11 years ago
parent
commit
11cd727fbd
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavfilter/vsrc_movie.c

+ 1
- 1
libavfilter/vsrc_movie.c 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


Loading…
Cancel
Save