diff options
Diffstat (limited to 'demux/stheader.h')
-rw-r--r-- | demux/stheader.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demux/stheader.h b/demux/stheader.h index 3c36631f0d..92bb404b6d 100644 --- a/demux/stheader.h +++ b/demux/stheader.h @@ -76,6 +76,7 @@ typedef struct sh_audio { } sh_audio_t; typedef struct sh_video { + bool avi_dts; // use DTS timing; first frame and DTS is 0 float fps; // frames per second (set only if constant fps) float aspect; // aspect ratio stored in the file (for prescaling) int i_bps; // == bitrate (compressed bytes/sec) |