Am So., 1. März 2020 um 13:39 Uhr schrieb Jun Zhao <[email protected]>:
>
> From: Jun Zhao <[email protected]>
>
> Enabled the 3GP-DASH Release-10/Relase-11(3GPP TS26.247) profile
> to dash demuxer probe.
>
> Signed-off-by: Jun Zhao <[email protected]>
> ---
> libavformat/dashdec.c | 4 +++-
> 1 files changed, 3 insertions(+), 1 deletions(-)
>
> diff --git a/libavformat/dashdec.c b/libavformat/dashdec.c
> index 15e79fd..7be3276 100644
> --- a/libavformat/dashdec.c
> +++ b/libavformat/dashdec.c
> @@ -2361,7 +2361,9 @@ static int dash_probe(const AVProbeData *p)
> if (av_stristr(p->buf, "dash:profile:isoff-on-demand:2011") ||
> av_stristr(p->buf, "dash:profile:isoff-live:2011") ||
> av_stristr(p->buf, "dash:profile:isoff-live:2012") ||
> - av_stristr(p->buf, "dash:profile:isoff-main:2011")) {
> + av_stristr(p->buf, "dash:profile:isoff-main:2011") ||
> + av_stristr(p->buf, "3GPP:PSS:profile:DASH10") ||
> + av_stristr(p->buf, "3GPP:PSS:profile:DASH11")) {
Is there a reason why you don't compare with "3GPP:PSS:profile:DASH1"?
Carl Eugen
_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".