mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
Merge branch 'master' into 0.11
This commit is contained in:
commit
aaa07b3b4c
1 changed files with 1 additions and 1 deletions
|
@ -2598,8 +2598,8 @@ gst_ffmpegdec_chain (GstPad * pad, GstBuffer * inbuf)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
ffmpegdec->last_in = in_timestamp;
|
ffmpegdec->last_in = in_timestamp;
|
||||||
|
ffmpegdec->last_frames = 0;
|
||||||
}
|
}
|
||||||
ffmpegdec->last_frames = 0;
|
|
||||||
|
|
||||||
/* workarounds, functions write to buffers:
|
/* workarounds, functions write to buffers:
|
||||||
* libavcodec/svq1.c:svq1_decode_frame writes to the given buffer.
|
* libavcodec/svq1.c:svq1_decode_frame writes to the given buffer.
|
||||||
|
|
Loading…
Reference in a new issue