[vlc-devel] [vlc-commits] demux: avformat: use guess rate instead of timebase
Rémi Denis-Courmont
remi at remlab.net
Thu Jun 14 18:19:22 CEST 2018
Le torstaina 14. kesäkuuta 2018, 18.58.14 EEST Steve Lhomme a écrit :
> On 2018-06-14 5:42 PM, Rémi Denis-Courmont wrote:
> > Le torstaina 14. kesäkuuta 2018, 12.16.03 EEST Francois Cartegnie a écrit
:
> >> Le 13/06/2018 à 19:19, Rémi Denis-Courmont a écrit :
> >>> Le keskiviikkona 13. kesäkuuta 2018, 19.56.19 EEST Francois Cartegnie a
> >>> écrit>
> >>>
> >>>> Le 13/06/2018 à 18:38, Rémi Denis-Courmont a écrit :
> >>>>> This breaks the build, please revert.
> >>>>
> >>>> Should not since that function was present in the min required version.
> >>>>
> >>>> libav ?
> >>>
> >>> FFmpeg is unable to demux some of my files, so yes.
> >>
> >> still builds using either ffmpeg & libav contribs
> >
> > Does not.
> >
> > Please revert.
>
> Can you provide the error message ?
../../modules/demux/avformat/demux.c:440:31: error: implicit declaration of
function ‘av_guess_frame_rate’; did you mean ‘av_guess_format’? [-
Werror=implicit-function-declaration]
AVRational rate = av_guess_frame_rate( p_sys->ic, s, NULL );
^~~~~~~~~~~~~~~~~~~
av_guess_format
../../modules/demux/avformat/demux.c:440:31: error: implicit declaration of
function ‘av_guess_frame_rate’; did you mean ‘av_guess_format’? [-
Werror=implicit-function-declaration]
AVRational rate = av_guess_frame_rate( p_sys->ic, s, NULL );
^~~~~~~~~~~~~~~~~~~
av_guess_format
--
Rémi Denis-Courmont
http://www.remlab.net/
More information about the vlc-devel
mailing list