head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.10 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.8 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.6 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.4 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.2 pkgsrc-2009Q4-base:1.2 pkgsrc-2009Q1:1.1.0.8 pkgsrc-2009Q1-base:1.1 pkgsrc-2008Q4:1.1.0.6 pkgsrc-2008Q4-base:1.1 pkgsrc-2008Q3:1.1.0.4 pkgsrc-2008Q3-base:1.1 cube-native-xorg:1.1.0.2 cube-native-xorg-base:1.1; locks; strict; comment @# @; 1.2 date 2009.06.12.16.25.34; author ahoka; state dead; branches; next 1.1; 1.1 date 2008.09.07.23.39.38; author ahoka; state Exp; branches; next ; desc @@ 1.2 log @Update to nightly the snapshot as of 2009-06-11. Also modularize a bit, so we can have a separate ffplay package. Too many changes to list them. @ text @$NetBSD: patch-r14477,v 1.1 2008/09/07 23:39:38 ahoka Exp $ From ffmpeg svn. Remove after upgrading the ffmpeg. --- libavformat/avidec.c 2008/07/04 13:05:06 14064 +++ libavformat/avidec.c 2008/07/30 21:07:54 14477 @@@@ -1026,8 +1026,7 @@@@ continue; // assert(st2->codec->block_align); - assert(st2->time_base.den == ast2->rate); - assert(st2->time_base.num == ast2->scale); + assert((int64_t)st2->time_base.num*ast2->rate == (int64_t)st2->time_base.den*ast2->scale); index = av_index_search_timestamp( st2, av_rescale(timestamp, st2->time_base.den*(int64_t)st->time_base.num, st->time_base.den * (int64_t)st2->time_base.num), @ 1.1 log @Track FreeBSD's SVN snapshots of ffmpeg as there are no more stable releases produced by the ffmpeg team. Add v4l2 support for NetBSD. @ text @d1 1 a1 1 $NetBSD$ @