Re: [FFmpeg-devel] [PATCH] avformat/concatdec: fix NEEDS_UNSAFE flag value

2021-11-14 Thread Nicolas George
Googleplex (12021-11-12): > NEEDS_UNSAFE has the same value as NEEDS_FILE, > causing "duration not allowed if safe" error > while duration directive doesn't require unsafe mode. > > Signed-off-by: Googleplex > --- > libavformat/concatdec.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)

[FFmpeg-devel] [PATCH] avformat/concatdec: fix NEEDS_UNSAFE flag value

2021-11-11 Thread Googleplex
NEEDS_UNSAFE has the same value as NEEDS_FILE, causing "duration not allowed if safe" error while duration directive doesn't require unsafe mode. Signed-off-by: Googleplex --- libavformat/concatdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/concatdec.c b/li