comparison libmpcodecs/vd_mpng.c @ 34897:9f5d0eade1bd

Reduce code duplication in get_path. Also avoid using a pointer to an on-stack array outside the array's scope, a compiler might use its stack area for other variables or it might optimize away all code modifying it right before it leaves the scope, thus completely breaking the code.
author reimar
date Sat, 02 Jun 2012 17:59:01 +0000
parents 9981c24b59bd
children
comparison
equal deleted inserted replaced
34896:139743f7e085 34897:9f5d0eade1bd