Re: [FFmpeg-devel] [PATCH] libavformar/demux: fix dts being incorrectly set to pts

2024-05-15 Thread Hiccup Zhu
Andreas: > > Shiqi Zhu: > > Signed-off-by: Shiqi Zhu > > --- > > libavformat/demux.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/libavformat/demux.c b/libavformat/demux.c > > index ecefe7e0a7..e19b8b6473 100644 > > --- a/libavformat/demux.c > > +++ b/libavformat

Re: [FFmpeg-devel] [PATCH] libavformar/demux: fix dts being incorrectly set to pts

2024-05-15 Thread Andreas Rheinhardt
Shiqi Zhu: > Signed-off-by: Shiqi Zhu > --- > libavformat/demux.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavformat/demux.c b/libavformat/demux.c > index ecefe7e0a7..e19b8b6473 100644 > --- a/libavformat/demux.c > +++ b/libavformat/demux.c > @@ -1112,7 +1112,7

[FFmpeg-devel] [PATCH] libavformar/demux: fix dts being incorrectly set to pts

2024-05-15 Thread Shiqi Zhu
Signed-off-by: Shiqi Zhu --- libavformat/demux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/demux.c b/libavformat/demux.c index ecefe7e0a7..e19b8b6473 100644 --- a/libavformat/demux.c +++ b/libavformat/demux.c @@ -1112,7 +1112,7 @@ static void compute_pkt_fiel