OSDN Git Service

fix windows crash and probably other random nastiness.
authorjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sat, 6 Nov 2010 17:22:12 +0000 (17:22 +0000)
committerjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Sat, 6 Nov 2010 17:22:12 +0000 (17:22 +0000)
commit556d9c6123e7f4e213d725558764ac28e1a1faa1
treee252d461d574b79c379a78a410e6db654f97ae17
parentc8df6fab888a342e8b1dfc61b1580e91c7a1e31f
fix windows crash and probably other random nastiness.
Initializing extradata_size to non-zero makes ffmpeg think it
needs to parse extradata.  But in the non-broken-by-microsoft case
we leave extradata as uninitialized junk.  So ffmpeg parses uninitialized
data and sometimes marches off into the weeds.

git-svn-id: svn://localhost/HandBrake/trunk@3651 b64f7644-9d1e-0410-96f1-a4d463321fa5
libhb/decavcodec.c