summaryrefslogtreecommitdiffstats
path: root/loader/dshow/cmediasample.c
diff options
context:
space:
mode:
authorarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-03-20 02:04:33 +0000
committerarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-03-20 02:04:33 +0000
commita08f4d5958ce9be2f85de756aac922885ae9761c (patch)
treef277d2065eb6529f2908463e04d925da20a9cf58 /loader/dshow/cmediasample.c
parentd48476cd193000e902eb25d8533e3e15c0a38d69 (diff)
downloadmpv-a08f4d5958ce9be2f85de756aac922885ae9761c.tar.bz2
mpv-a08f4d5958ce9be2f85de756aac922885ae9761c.tar.xz
small cosmetic to avoid gcc warnings
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@171 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'loader/dshow/cmediasample.c')
-rw-r--r--loader/dshow/cmediasample.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/dshow/cmediasample.c b/loader/dshow/cmediasample.c
index c54774ad82..a609a3bc11 100644
--- a/loader/dshow/cmediasample.c
+++ b/loader/dshow/cmediasample.c
@@ -1,7 +1,7 @@
#include <stdio.h>
#include <string.h>
#include "cmediasample.h"
-#define E_NOTIMPL 0x80004003
+//#define E_NOTIMPL 0x80004003
CMediaSample::CMediaSample(IMemAllocator* allocator, long _size):refcount(0)
{
vt=new IMediaSample_vt;