comparison libmpdemux/aviheader.h @ 2330:8f0861360325

AVI - no audio stream fix
author arpi
date Sun, 21 Oct 2001 12:18:45 +0000
parents 9e059416eea6
children f980563afdbc
comparison
equal deleted inserted replaced
2329:fc52a0a1626f 2330:8f0861360325
93 int idx_pos_a; 93 int idx_pos_a;
94 int idx_pos_v; 94 int idx_pos_v;
95 int idx_offset; // ennyit kell hozzaadni az index offset ertekekhez 95 int idx_offset; // ennyit kell hozzaadni az index offset ertekekhez
96 // interleaved PTS stuff: 96 // interleaved PTS stuff:
97 int skip_video_frames; 97 int skip_video_frames;
98 int audio_streams;
98 float avi_audio_pts; 99 float avi_audio_pts;
99 float avi_video_pts; 100 float avi_video_pts;
100 float pts_correction; 101 float pts_correction;
101 unsigned int pts_corr_bytes; 102 unsigned int pts_corr_bytes;
102 unsigned char pts_corrected; 103 unsigned char pts_corrected;