Re: [FFmpeg-devel] [PATCH 2/2] lavf/utils: add flag to discard timestamps on corrupted frames

2017-12-07 Thread Rodger Combs
> On Dec 7, 2017, at 16:53, Hendrik Leppkes wrote: > > On Thu, Dec 7, 2017 at 9:46 PM, Michael Niedermayer > > wrote: >> On Thu, Dec 07, 2017 at 03:37:38AM -0600, Rodger Combs wrote: >>> --- >>> libavformat/avformat.h

Re: [FFmpeg-devel] [PATCH 2/2] lavf/utils: add flag to discard timestamps on corrupted frames

2017-12-07 Thread Hendrik Leppkes
On Thu, Dec 7, 2017 at 9:46 PM, Michael Niedermayer wrote: > On Thu, Dec 07, 2017 at 03:37:38AM -0600, Rodger Combs wrote: >> --- >> libavformat/avformat.h | 1 + >> libavformat/internal.h | 5 + >> libavformat/options_table.h | 1 + >>

Re: [FFmpeg-devel] [PATCH 2/2] lavf/utils: add flag to discard timestamps on corrupted frames

2017-12-07 Thread Michael Niedermayer
On Thu, Dec 07, 2017 at 03:37:38AM -0600, Rodger Combs wrote: > --- > libavformat/avformat.h | 1 + > libavformat/internal.h | 5 + > libavformat/options_table.h | 1 + > libavformat/utils.c | 12 > 4 files changed, 19 insertions(+) > > diff --git

[FFmpeg-devel] [PATCH 2/2] lavf/utils: add flag to discard timestamps on corrupted frames

2017-12-07 Thread Rodger Combs
--- libavformat/avformat.h | 1 + libavformat/internal.h | 5 + libavformat/options_table.h | 1 + libavformat/utils.c | 12 4 files changed, 19 insertions(+) diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 4f2798a871..e2d88280a8 100644