Re: [FFmpeg-devel] [PATCH] avisynth: fix setting stream timebase

2015-08-12 Thread Michael Niedermayer
On Tue, Aug 11, 2015 at 09:50:53PM -0400, Stephen Hutchinson wrote: > On Mon, Aug 10, 2015 at 5:22 PM, Michael Niedermayer > wrote: > > On Mon, Aug 10, 2015 at 10:09:52PM +0200, Marton Balint wrote: > >> Stream timebase should be set using avpriv_set_pts_info, otherwise > >> avctx->pkt_timebase is

Re: [FFmpeg-devel] [PATCH] avisynth: fix setting stream timebase

2015-08-11 Thread Stephen Hutchinson
On Mon, Aug 10, 2015 at 5:22 PM, Michael Niedermayer wrote: > On Mon, Aug 10, 2015 at 10:09:52PM +0200, Marton Balint wrote: >> Stream timebase should be set using avpriv_set_pts_info, otherwise >> avctx->pkt_timebase is not correct. >> >> This should fix ticket #4766. >> >> Patch is only compile

Re: [FFmpeg-devel] [PATCH] avisynth: fix setting stream timebase

2015-08-10 Thread Michael Niedermayer
On Mon, Aug 10, 2015 at 10:09:52PM +0200, Marton Balint wrote: > Stream timebase should be set using avpriv_set_pts_info, otherwise > avctx->pkt_timebase is not correct. > > This should fix ticket #4766. > > Patch is only compile tested. should be ok if someone tests it or if noone does within a