mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-18 21:30:55 +00:00
Correct wrong avformat documentation.
Originally committed as revision 8206 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
1e5f5e3b7a
commit
a050f80234
@ -540,7 +540,7 @@ int av_read_packet(AVFormatContext *s, AVPacket *pkt);
|
|||||||
* then it contains one frame.
|
* then it contains one frame.
|
||||||
*
|
*
|
||||||
* pkt->pts, pkt->dts and pkt->duration are always set to correct
|
* pkt->pts, pkt->dts and pkt->duration are always set to correct
|
||||||
* values in AV_TIME_BASE unit (and guessed if the format cannot
|
* values in AVStream.timebase units (and guessed if the format cannot
|
||||||
* provided them). pkt->pts can be AV_NOPTS_VALUE if the video format
|
* provided them). pkt->pts can be AV_NOPTS_VALUE if the video format
|
||||||
* has B frames, so it is better to rely on pkt->dts if you do not
|
* has B frames, so it is better to rely on pkt->dts if you do not
|
||||||
* decompress the payload.
|
* decompress the payload.
|
||||||
@ -734,10 +734,6 @@ int parse_image_size(int *width_ptr, int *height_ptr, const char *str);
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Converts frame rate from string to a fraction.
|
* Converts frame rate from string to a fraction.
|
||||||
*
|
|
||||||
* First we try to get an exact integer or fractional frame rate.
|
|
||||||
* If this fails we convert the frame rate to a double and return
|
|
||||||
* an approximate fraction using the DEFAULT_FRAME_RATE_BASE.
|
|
||||||
*/
|
*/
|
||||||
int parse_frame_rate(int *frame_rate, int *frame_rate_base, const char *arg);
|
int parse_frame_rate(int *frame_rate, int *frame_rate_base, const char *arg);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user