]> git.sesse.net Git - ffmpeg/commit
avcodec/av1_parser: skip frames with spatial_id > 0
authorJames Almer <jamrial@gmail.com>
Mon, 2 Dec 2019 17:38:52 +0000 (14:38 -0300)
committerJames Almer <jamrial@gmail.com>
Mon, 2 Dec 2019 17:38:52 +0000 (14:38 -0300)
commit5985ca0436f26483f37259357bf34bbf743252ed
treec8aa887664a168d9498d88fd919a39869306b0e6
parentf9d43669125745ff678ec2b3cf731868fceb72b1
avcodec/av1_parser: skip frames with spatial_id > 0

This fixes marking keyframes in svc samples.

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