mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
avidemux: take fallback duration from avih
When we have not parsed any indexes yet, we don't know the length of the streams and we must take the length given in the avih as a fallback. Avoid some typechecking.
This commit is contained in:
parent
3e1ed0c727
commit
784d888cb2
1 changed files with 0 additions and 1 deletions
|
@ -1101,7 +1101,6 @@ wrong_header:
|
|||
}
|
||||
|
||||
/* AVI header handling */
|
||||
|
||||
/*
|
||||
* gst_avi_demux_parse_avih:
|
||||
* @avi: caller element (used for errors/debug).
|
||||
|
|
Loading…
Reference in a new issue