Re: [FFmpeg-devel] [PATCH v2 3/7] avformat/tee: Rescale ts using av_packet_rescale_ts

2016-07-23 Thread Marton Balint
On Sun, 17 Jul 2016, Nicolas George wrote: Le nonidi 29 messidor, an CCXXIV, sebechlebsky...@gmail.com a écrit : From: Jan Sebechlebsky This ensures that AV_NOPTS_VALUE value is handled correctly. Signed-off-by: Jan Sebechlebsky ---

Re: [FFmpeg-devel] [PATCH v2 3/7] avformat/tee: Rescale ts using av_packet_rescale_ts

2016-07-17 Thread Nicolas George
Le nonidi 29 messidor, an CCXXIV, sebechlebsky...@gmail.com a écrit : > From: Jan Sebechlebsky > > This ensures that AV_NOPTS_VALUE value is handled > correctly. > > Signed-off-by: Jan Sebechlebsky > --- > libavformat/tee.c | 4 +--- > 1

[FFmpeg-devel] [PATCH v2 3/7] avformat/tee: Rescale ts using av_packet_rescale_ts

2016-07-16 Thread sebechlebskyjan
From: Jan Sebechlebsky This ensures that AV_NOPTS_VALUE value is handled correctly. Signed-off-by: Jan Sebechlebsky --- libavformat/tee.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libavformat/tee.c