diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-05-10 00:53:01 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-05-10 00:53:01 +0000 |
| commit | 32d4fff89f42a3712c8db794264c38a0c5b941e2 (patch) | |
| tree | f3f311dba609e5ada16bbc37294b1db4fbcebbd5 /libpcsxcore/mdec.c | |
| parent | 736ea295294427e5f07f79e1bc31871d34edbe69 (diff) | |
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47725 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore/mdec.c')
| -rw-r--r-- | libpcsxcore/mdec.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libpcsxcore/mdec.c b/libpcsxcore/mdec.c index 4e8c409a..cd3f1031 100644 --- a/libpcsxcore/mdec.c +++ b/libpcsxcore/mdec.c @@ -557,12 +557,9 @@ void mdec1Interrupt() { } int mdecFreeze(gzFile f, int Mode) { - char Unused[4096]; - gzfreeze(&mdec, sizeof(mdec)); gzfreezel(iq_y); gzfreezel(iq_uv); - gzfreezel(Unused); return 0; } |
