Merge commit '2d6e58497e76836604364b037df9b00ba3d75b69'
* commit '2d6e58497e76836604364b037df9b00ba3d75b69': lavf: switch to AVCodecContext.framerate for demuxing Conflicts: libavformat/utils.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -334,7 +334,7 @@ void ff_free_stream(AVFormatContext *s, AVStream *st);
|
||||
/**
|
||||
* Return the frame duration in seconds. Return 0 if not available.
|
||||
*/
|
||||
void ff_compute_frame_duration(int *pnum, int *pden, AVStream *st,
|
||||
void ff_compute_frame_duration(AVFormatContext *s, int *pnum, int *pden, AVStream *st,
|
||||
AVCodecParserContext *pc, AVPacket *pkt);
|
||||
|
||||
unsigned int ff_codec_get_tag(const AVCodecTag *tags, enum AVCodecID id);
|
||||
|
Reference in New Issue
Block a user