]> git.sesse.net Git - ffmpeg/commit
avformat/dashdec: rename variable name for more readable
authorSteven Liu <liuqi05@kuaishou.com>
Mon, 18 Jan 2021 06:22:08 +0000 (14:22 +0800)
committerSteven Liu <liuqi05@kuaishou.com>
Thu, 4 Feb 2021 02:30:35 +0000 (10:30 +0800)
commit29ef547c16cdfc6d4dfe71400e17cee13c9ff399
treedabedfb346af05ca345d1744fa39d2496f5e5ab7
parent756897eff4950ad0c969b891d7c4af5df0406c25
avformat/dashdec: rename variable name for more readable

Rename is_init_section_common_audio to is_init_section_common_subtitle
for is_common_init_section_exist(c->subtitles, c->n_subtitles).
Because it is checked to subtitles, not audio.

Signed-off-by: liuqi05 <liuqi05@kuaishou.com>
libavformat/dashdec.c