]> git.sesse.net Git - ffmpeg/commit
avformat/dashenc: make AdaptationSet id an integer value
authorJames Almer <jamrial@gmail.com>
Wed, 8 Jan 2020 16:47:08 +0000 (13:47 -0300)
committerJames Almer <jamrial@gmail.com>
Sun, 16 Feb 2020 16:11:16 +0000 (13:11 -0300)
commit4d27def59c922eafc7092af7096eb048db8e0db3
treebaa82679844ad5e82ca8b17e7f541b56eb7108eb
parentf3d8f517dbc42de8e2f97cc01bf5171bb05fbcc7
avformat/dashenc: make AdaptationSet id an integer value

Unlike Representation id, it's defined as an integer in the spec, and not as a
string.

Signed-off-by: James Almer <jamrial@gmail.com>
libavformat/dashenc.c