lavf remove duplicated check in has_duration
this hunk was merged in8b97ae64
andcbf767a8
although the check was there a few lines above sincecdced09e
. I removed the first check to reduce the differences to libav. Signed-off-by: Jean First <jeanfirst@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
75d5624cb2
commit
64943b47e7
1 changed files with 0 additions and 2 deletions
|
@ -1977,8 +1977,6 @@ static int has_duration(AVFormatContext *ic)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
AVStream *st;
|
AVStream *st;
|
||||||
if(ic->duration != AV_NOPTS_VALUE)
|
|
||||||
return 1;
|
|
||||||
|
|
||||||
for(i = 0;i < ic->nb_streams; i++) {
|
for(i = 0;i < ic->nb_streams; i++) {
|
||||||
st = ic->streams[i];
|
st = ic->streams[i];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue