Re: [FFmpeg-devel] [PATCH] doc/examples/transcoding: use av_packet_rescale_ts()

2014-09-16 Thread Stefano Sabatini
On date Thursday 2014-09-11 13:44:49 +0200, Michael Niedermayer encoded: > On Wed, Sep 10, 2014 at 12:17:11PM +0200, Stefano Sabatini wrote: > > Simplify. > > --- > > doc/examples/transcoding.c | 36 +--- > > 1 file changed, 9 insertions(+), 27 deletions(-) > > sho

Re: [FFmpeg-devel] [PATCH] doc/examples/transcoding: use av_packet_rescale_ts()

2014-09-11 Thread Michael Niedermayer
On Wed, Sep 10, 2014 at 12:17:11PM +0200, Stefano Sabatini wrote: > Simplify. > --- > doc/examples/transcoding.c | 36 +--- > 1 file changed, 9 insertions(+), 27 deletions(-) should be ok [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040

[FFmpeg-devel] [PATCH] doc/examples/transcoding: use av_packet_rescale_ts()

2014-09-10 Thread Stefano Sabatini
Simplify. --- doc/examples/transcoding.c | 36 +--- 1 file changed, 9 insertions(+), 27 deletions(-) diff --git a/doc/examples/transcoding.c b/doc/examples/transcoding.c index a8f4210..759c628 100644 --- a/doc/examples/transcoding.c +++ b/doc/examples/transcoding.c