summaryrefslogtreecommitdiffstats
path: root/aviheader.c
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-12 15:46:09 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-12 15:46:09 +0000
commit935bc73d6b932924d30dc88b505824c7073db15e (patch)
tree45331c0011aa6e9e3c7bb8bd9ed9b85eba5dcde8 /aviheader.c
parentaf96dc228e30fbe8f0f1882d6398a84238b5b6d1 (diff)
downloadmpv-935bc73d6b932924d30dc88b505824c7073db15e.tar.bz2
mpv-935bc73d6b932924d30dc88b505824c7073db15e.tar.xz
cleanup...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1497 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'aviheader.c')
-rw-r--r--aviheader.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/aviheader.c b/aviheader.c
index 7c1351820a..33b2462db8 100644
--- a/aviheader.c
+++ b/aviheader.c
@@ -28,6 +28,7 @@ extern void print_avih(MainAVIHeader *h);
extern void print_avih_flags(MainAVIHeader *h);
extern void print_strh(AVIStreamHeader *h);
extern void print_wave_header(WAVEFORMATEX *h);
+extern void print_video_header(BITMAPINFOHEADER *h);
extern void print_index(AVIINDEXENTRY *idx,int idx_size);
void read_avi_header(demuxer_t *demuxer,int index_mode){