Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

Commit

Permalink
add a comment for the previous commit
Browse files Browse the repository at this point in the history
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3912 10f7b99b-c216-0410-bff0-8a66a9350fd8
  • Loading branch information
v0lt committed Dec 24, 2011
1 parent edf0e34 commit 5275449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/filters/transform/MPCVideoDec/FfmpegContext.c
Expand Up @@ -825,7 +825,7 @@ BOOL DXVACheckFramesize(int width, int height, DWORD nPCIVendor/*, DWORD nPCIDev
}
} else if (nPCIVendor == PCIV_ATI) {
if (width <= 2048 && height <= 2048) { // tested H.264 on UVD 2.2 (HD5770, HD5850)
return TRUE;
return TRUE; //it may also work if (width <= 2064 && height <= 2064 && width*height <= 2088960), but unstable
}
} else if (width <= 1920 && height <= 1088) {
return TRUE;
Expand Down

0 comments on commit 5275449

Please sign in to comment.