Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
libfslparser: Upgrade to 4.0.8 version
Browse files Browse the repository at this point in the history
-Support hevc in MPG2 parser.

-Enhance the parsing conditions in SPS nal unit.
 Parse system header to get stream id.
 For mpeg video, don't call parseh264 to avoid mistakes.

-Fix memory leak, free temp data buffer after parsing header.

Signed-off-by: Lauren Post <lauren.post@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
  • Loading branch information
Lauren Post authored and otavio committed Feb 11, 2016
1 parent 6a1f559 commit c3aa06b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

require libfslparser.inc

SRC_URI[md5sum] = "d1d0a2cff6cec3f157934034021ccf87"
SRC_URI[sha256sum] = "e7c248e64db03c3ddd84f50ae408e560f8f5819e58c487a5dec5141bc384ae83"
SRC_URI[md5sum] = "9538df4dc416e12ff13fdf12ddbf3684"
SRC_URI[sha256sum] = "a04621783c84a9776216caff9563c7f840fddd584b0b2d27738d6ca6d2c77f32"

COMPATIBLE_MACHINE = "(mx6|mx6ul|mx7)"

0 comments on commit c3aa06b

Please sign in to comment.