Skip to content
Snippets Groups Projects
Commit c98b928f authored by Uoti Urpala's avatar Uoti Urpala Committed by Anton Khirnov
Browse files

intreadwrite.h: fix AV_RL32/AV_RB32 signedness.


The output type of the AV_RL32/AV_RB32 macros was signed int. The
resulting overflow broke at least some ASF streams with large
timestamps. Fix by adding a cast to uint32_t.

Signed-off-by: default avatarRonald S. Bultje <rsbultje@gmail.com>
Signed-off-by: default avatarAnton Khirnov <anton@khirnov.net>
parent aa15e687
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment