[SCM] libav/master: vsrc_movie: Adjust a silly typo from b977b287f61fea48ecd6251d54a26334213b7ec6

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Wed Sep 17 01:18:08 UTC 2014


The following commit has been merged in the master branch:
commit e8f2823f06513d3d1177b8ba7c853d63194e5d8a
Author: Diego Biurrun <diego at biurrun.de>
Date:   Wed Aug 20 09:56:26 2014 -0700

    vsrc_movie: Adjust a silly typo from b977b287f61fea48ecd6251d54a26334213b7ec6
    
    (cherry picked from commit 11cd727fbd603197cb1e49654fce3352d56f8fd8)
    Signed-off-by: Diego Biurrun <diego at biurrun.de>

diff --git a/libavfilter/vsrc_movie.c b/libavfilter/vsrc_movie.c
index 1ee0f16..0e5df32 100644
--- a/libavfilter/vsrc_movie.c
+++ b/libavfilter/vsrc_movie.c
@@ -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

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list