[libav-devel] [PATCH 2/2] mpegts: Suppress invalid timebase warnings on DMB streams.

2011-12-19 Thread Alex Converse
timestamp_len and timestamp_res intialize to zero. --- libavformat/mpegts.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/libavformat/mpegts.c b/libavformat/mpegts.c index 2356fa8..15688a9 100644 --- a/libavformat/mpegts.c +++ b/libavformat/mpegts.c @@ -732,7 +732,8

Re: [libav-devel] [PATCH 2/2] mpegts: Suppress invalid timebase warnings on DMB streams.

2011-12-19 Thread Martin Storsjö
On Mon, 19 Dec 2011, Alex Converse wrote: timestamp_len and timestamp_res intialize to zero. --- libavformat/mpegts.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/libavformat/mpegts.c b/libavformat/mpegts.c index 2356fa8..15688a9 100644 --- a/libavformat/mpegts.c