mirror of
https://github.com/mpv-player/mpv
synced 2025-03-08 07:08:12 +00:00
Declare public function print_vprp() in aviprint.h.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30694 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
289697dc50
commit
22e310b9ae
@ -27,6 +27,7 @@ void print_avih(MainAVIHeader *h, int verbose_level);
|
||||
void print_strh(AVIStreamHeader *h, int verbose_level);
|
||||
void print_wave_header(WAVEFORMATEX *h, int verbose_level);
|
||||
void print_video_header(BITMAPINFOHEADER *h, int verbose_level);
|
||||
void print_vprp(VideoPropHeader *vprp, int verbose_level);
|
||||
void print_index(AVIINDEXENTRY *idx, int idx_size, int verbose_level);
|
||||
void print_avistdindex_chunk(avistdindex_chunk *h, int verbose_level);
|
||||
void print_avisuperindex_chunk(avisuperindex_chunk *h, int verbose_level);
|
||||
|
Loading…
Reference in New Issue
Block a user