squelch warning

This commit is contained in:
David Rose 2011-06-29 20:56:07 +00:00
parent fcaf349081
commit 965c7fa05f

View File

@ -341,7 +341,7 @@ pandavfs_seek(URLContext *h, int64_t pos, int whence) {
////////////////////////////////////////////////////////////////////
int FfmpegVirtualFile::
pandavfs_close(URLContext *h) {
FfmpegVirtualFile *self = (FfmpegVirtualFile *)(h->priv_data);
//FfmpegVirtualFile *self = (FfmpegVirtualFile *)(h->priv_data);
h->priv_data = 0;
return 0;
}