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(-)
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