]> granicus.if.org Git - handbrake/commit
libhb: fix incorrect sizeof()
authorjstebbins <jstebbins.hb@gmail.com>
Sat, 15 Jun 2013 20:52:27 +0000 (20:52 +0000)
committerjstebbins <jstebbins.hb@gmail.com>
Sat, 15 Jun 2013 20:52:27 +0000 (20:52 +0000)
commit6681bf2bb95f5f185426e73d96dcb0056e7a71e0
treea277dd25f250691e5657d793c3a03d0811cde819
parentca4a3f1f76d2a2c502fe891e171a3147b4b76255
libhb: fix incorrect sizeof()
Function parameter array declarations are not treated the same way
as local or global array declarations.  sizeof will return only the size
of the pointer instead of the size of the array.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5584 b64f7644-9d1e-0410-96f1-a4d463321fa5
libhb/dvdnav.c