On 21.10.15 19:11, wm4 wrote:
On Wed, 21 Oct 2015 18:48:42 +0200
Julian Scheel wrote:
Am 21.10.2015 um 17:24 schrieb wm4:
On Wed, 21 Oct 2015 17:15:14 +0200
Julian Scheel wrote:
Am 21.10.2015 um 16:18 schrieb wm4:
On Wed, 21 Oct 2015 16:07:08 +0200
Hendrik Leppkes wrote:
On Wed, Oct
On Wed, 21 Oct 2015 18:48:42 +0200
Julian Scheel wrote:
> Am 21.10.2015 um 17:24 schrieb wm4:
> > On Wed, 21 Oct 2015 17:15:14 +0200
> > Julian Scheel wrote:
> >
> >> Am 21.10.2015 um 16:18 schrieb wm4:
> >>> On Wed, 21 Oct 2015 16:07:08 +0200
> >>> Hendrik Leppkes wrote:
> >>>
> On
Am 21.10.2015 um 17:24 schrieb wm4:
On Wed, 21 Oct 2015 17:15:14 +0200
Julian Scheel wrote:
Am 21.10.2015 um 16:18 schrieb wm4:
On Wed, 21 Oct 2015 16:07:08 +0200
Hendrik Leppkes wrote:
On Wed, Oct 21, 2015 at 3:55 PM, Julian Scheel wrote:
Wait for the first decoded frame to be returned
On Wed, 21 Oct 2015 17:15:14 +0200
Julian Scheel wrote:
> Am 21.10.2015 um 16:18 schrieb wm4:
> > On Wed, 21 Oct 2015 16:07:08 +0200
> > Hendrik Leppkes wrote:
> >
> >> On Wed, Oct 21, 2015 at 3:55 PM, Julian Scheel wrote:
> >>> Wait for the first decoded frame to be returned by mmal before
Am 21.10.2015 um 16:18 schrieb wm4:
On Wed, 21 Oct 2015 16:07:08 +0200
Hendrik Leppkes wrote:
On Wed, Oct 21, 2015 at 3:55 PM, Julian Scheel wrote:
Wait for the first decoded frame to be returned by mmal before setting
pix_fmt. This is important for avformat probing to work properly as it is
On Wed, 21 Oct 2015 16:07:08 +0200
Hendrik Leppkes wrote:
> On Wed, Oct 21, 2015 at 3:55 PM, Julian Scheel wrote:
> > Wait for the first decoded frame to be returned by mmal before setting
> > pix_fmt. This is important for avformat probing to work properly as it is
> > one
> > of the criterion
On Wed, Oct 21, 2015 at 3:55 PM, Julian Scheel wrote:
> Wait for the first decoded frame to be returned by mmal before setting
> pix_fmt. This is important for avformat probing to work properly as it is one
> of the criterions to decide whether to decode a frame or not for probing.
>
> Signed-off-
On Wed, 21 Oct 2015 15:55:09 +0200
Julian Scheel wrote:
> Wait for the first decoded frame to be returned by mmal before setting
> pix_fmt. This is important for avformat probing to work properly as it is one
> of the criterions to decide whether to decode a frame or not for probing.
>
> Signed-
Wait for the first decoded frame to be returned by mmal before setting
pix_fmt. This is important for avformat probing to work properly as it is one
of the criterions to decide whether to decode a frame or not for probing.
Signed-off-by: Julian Scheel
---
libavcodec/mmaldec.c | 10 +-
1