summaryrefslogtreecommitdiffstats
path: root/libmpdemux/stheader.h
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-11 23:46:27 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-11 23:46:27 +0000
commit05b4ddb729fb24aa408a17fc7d66c5aeb6f6c8e4 (patch)
tree41387ea0fcee9560c52cab6dbd758e0c18635c38 /libmpdemux/stheader.h
parent6929055c9228dda600be7c37718ec70ab65417f7 (diff)
downloadmpv-05b4ddb729fb24aa408a17fc7d66c5aeb6f6c8e4.tar.bz2
mpv-05b4ddb729fb24aa408a17fc7d66c5aeb6f6c8e4.tar.xz
export imagedescription for qt video codecs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8159 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux/stheader.h')
-rw-r--r--libmpdemux/stheader.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmpdemux/stheader.h b/libmpdemux/stheader.h
index fa0e96b3f7..af79be5bed 100644
--- a/libmpdemux/stheader.h
+++ b/libmpdemux/stheader.h
@@ -108,6 +108,7 @@ typedef struct {
// win32-compatible codec parameters:
AVIStreamHeader video;
BITMAPINFOHEADER* bih;
+ void* ImageDesc; // for quicktime codecs
// codec-specific:
void* context; // codec-specific stuff (usually HANDLE or struct pointer)
} sh_video_t;