aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSteven Liu <lq@chinaffmpeg.org>2023-07-26 16:08:47 +0800
committerSteven Liu <liuqi05@kuaishou.com>2023-08-14 14:17:35 +0800
commita9a92682dd72b2593b79b099f96042c73f8694d2 (patch)
tree33d06f630562950cad3ab1774727edbe10f3712b /doc
parentab88970fbacf4165f136d746ca7385c61c6cc41a (diff)
downloadffmpeg-a9a92682dd72b2593b79b099f96042c73f8694d2.tar.gz
avformat/flv: correct the video frametype mask to 0x70
because the flv specification said the video frametype should use value range from 0x00 to 0x70, so use 0xF0 have no problem before support enhanced flv, but the 0xF0 will get incorrect result after support enhanced flv, so should set the video frametype mask 0x70 to make it correct now. Reported-By: flvAnalyser <hybase@qq.com> Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions