]> git.sesse.net Git - ffmpeg/commit
avcodec/av1_parser: read frame properties directly from AV1RawFrameHeader
authorJames Almer <jamrial@gmail.com>
Sun, 23 Aug 2020 19:23:57 +0000 (16:23 -0300)
committerJames Almer <jamrial@gmail.com>
Sun, 23 Aug 2020 23:54:15 +0000 (20:54 -0300)
commitc8716b5029693f2d02fd2bffe18867c677fa3630
tree56f0f7b3294759465b68c40ab2c3b2b0044486a1
parent6c20207dceefa0452c65c719f0326cbc0177e827
avcodec/av1_parser: read frame properties directly from AV1RawFrameHeader

Simplifies code

Reviewed-by: Mark Thompson <sw@jkqxz.net>
Signed-off-by: James Almer <jamrial@gmail.com>
libavcodec/av1_parser.c