Re: [FFmpeg-devel] [PATCH] avformat/dv: always set audio packet duration

2021-09-12 Thread Paul B Mahol
will apply soon ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-devel] [PATCH] avformat/dv: always set audio packet duration

2021-09-06 Thread Dave Rice
> On Sep 6, 2021, at 2:28 PM, Andreas Rheinhardt > wrote: > > Paul B Mahol: >> If audio packet is present in DV stream it have duration of 1 in DV timebase >> units. >> >> Signed-off-by: Paul B Mahol >> --- >> libavformat/dv.c | 4 >> 1 file changed, 4 insertions(+) >> >> diff --git a/

Re: [FFmpeg-devel] [PATCH] avformat/dv: always set audio packet duration

2021-09-06 Thread Paul B Mahol
On Mon, Sep 6, 2021 at 8:29 PM Andreas Rheinhardt < andreas.rheinha...@outlook.com> wrote: > Paul B Mahol: > > If audio packet is present in DV stream it have duration of 1 in DV > timebase units. > > > > Signed-off-by: Paul B Mahol > > --- > > libavformat/dv.c | 4 > > 1 file changed, 4 in

Re: [FFmpeg-devel] [PATCH] avformat/dv: always set audio packet duration

2021-09-06 Thread Andreas Rheinhardt
Paul B Mahol: > If audio packet is present in DV stream it have duration of 1 in DV timebase > units. > > Signed-off-by: Paul B Mahol > --- > libavformat/dv.c | 4 > 1 file changed, 4 insertions(+) > > diff --git a/libavformat/dv.c b/libavformat/dv.c > index d7909683c3..b2b74162df 100644

[FFmpeg-devel] [PATCH] avformat/dv: always set audio packet duration

2021-09-06 Thread Paul B Mahol
If audio packet is present in DV stream it have duration of 1 in DV timebase units. Signed-off-by: Paul B Mahol --- libavformat/dv.c | 4 1 file changed, 4 insertions(+) diff --git a/libavformat/dv.c b/libavformat/dv.c index d7909683c3..b2b74162df 100644 --- a/libavformat/dv.c +++ b/libav