Re: [FFmpeg-devel] [PATCH] avformat/webvttdec: Remove write-only variable

2020-04-23 Thread Andreas Rheinhardt
Andreas Rheinhardt: > Andreas Rheinhardt: >> Signed-off-by: Andreas Rheinhardt >> --- >> libavformat/webvttdec.c | 4 +--- >> 1 file changed, 1 insertion(+), 3 deletions(-) >> >> diff --git a/libavformat/webvttdec.c b/libavformat/webvttdec.c >> index 52579c5ed2..6c4d5f6736 100644 >> ---

Re: [FFmpeg-devel] [PATCH] avformat/webvttdec: Remove write-only variable

2020-04-20 Thread Andreas Rheinhardt
Andreas Rheinhardt: > Signed-off-by: Andreas Rheinhardt > --- > libavformat/webvttdec.c | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > > diff --git a/libavformat/webvttdec.c b/libavformat/webvttdec.c > index 52579c5ed2..6c4d5f6736 100644 > --- a/libavformat/webvttdec.c > +++

[FFmpeg-devel] [PATCH] avformat/webvttdec: Remove write-only variable

2020-04-16 Thread Andreas Rheinhardt
Signed-off-by: Andreas Rheinhardt --- libavformat/webvttdec.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libavformat/webvttdec.c b/libavformat/webvttdec.c index 52579c5ed2..6c4d5f6736 100644 --- a/libavformat/webvttdec.c +++ b/libavformat/webvttdec.c @@ -60,7 +60,7 @@