]> git.sesse.net Git - ffmpeg/commit
avformat/hlsenc: Fix check for SPS
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Tue, 20 Oct 2020 11:00:04 +0000 (13:00 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Tue, 20 Oct 2020 11:00:04 +0000 (13:00 +0200)
commitfe2be5d9ce528b3894e1e04dc5f936772508be6b
tree1a2211a2284f47e2c217d7db11c9a1ca76efd136
parentc4f65611bc14af6eb4a81416be51dca435548f82
avformat/hlsenc: Fix check for SPS

Check all the six bits, not only the two bits that are set for SPS.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavformat/hlsenc.c