Comment out purely debugging printf that in addition uses __FUNCTION__ which

is not supported by all compilers.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23942 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2007-07-30 16:18:12 +00:00
parent 653301b8e6
commit 2b831bab30
1 changed files with 1 additions and 1 deletions

View File

@ -995,7 +995,7 @@ static int nv_query_fourcc(vidix_fourcc_t *to){
static int nv_config_playback(vidix_playback_t *vinfo){
uint32_t i;
printf("called %s\n", __FUNCTION__);
// printf("called %s\n", __FUNCTION__);
if (! is_supported_fourcc(vinfo->fourcc))
return ENOSYS;