[FFmpeg-cvslog] avisynth: Fix setting stream timebase

2017-04-01 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Mon Aug 8 19:24:18 2016 -0400| [bcefafa226dcda23d4d9af9601d19389cb918a5b] | committer: Diego Biurrun avisynth: Fix setting stream timebase Stream timebase should be set using avpriv_set_pts_info, otherwise avctx->pkt_timebase is not correct, leading t

[FFmpeg-cvslog] avisynth: fix setting stream timebase

2015-08-12 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Mon Aug 10 22:09:52 2015 +0200| [8009a1f1fdce16a59ea911e2b768e56ec4c8e344] | committer: Michael Niedermayer avisynth: fix setting stream timebase Stream timebase should be set using avpriv_set_pts_info, otherwise avctx->pkt_timebase is not correct. Th