mirror of https://git.ffmpeg.org/ffmpeg.git
lavc: fix codec_descriptor and pkt_timebase doxy.
This commit is contained in:
parent
894ed8fbb7
commit
fe150a48a7
|
@ -3177,7 +3177,7 @@ typedef struct AVCodecContext {
|
||||||
/**
|
/**
|
||||||
* Timebase in which pkt_dts/pts and AVPacket.dts/pts are.
|
* Timebase in which pkt_dts/pts and AVPacket.dts/pts are.
|
||||||
* Code outside libavcodec should access this field using:
|
* Code outside libavcodec should access this field using:
|
||||||
* avcodec_set_pkt_timebase(avctx)
|
* av_codec_{get,set}_pkt_timebase(avctx)
|
||||||
* - encoding unused.
|
* - encoding unused.
|
||||||
* - decodimg set by user
|
* - decodimg set by user
|
||||||
*/
|
*/
|
||||||
|
@ -3186,7 +3186,7 @@ typedef struct AVCodecContext {
|
||||||
/**
|
/**
|
||||||
* AVCodecDescriptor
|
* AVCodecDescriptor
|
||||||
* Code outside libavcodec should access this field using:
|
* Code outside libavcodec should access this field using:
|
||||||
* avcodec_get_codec_descriptior(avctx)
|
* av_codec_{get,set}_codec_descriptor(avctx)
|
||||||
* - encoding: unused.
|
* - encoding: unused.
|
||||||
* - decoding: set by libavcodec.
|
* - decoding: set by libavcodec.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue