[FFmpeg-cvslog] lavc: fix codec_descriptor and pkt_timebase doxy.
Clément Bœsch
git at videolan.org
Sun Feb 17 13:39:14 CET 2013
ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Sun Feb 17 13:28:20 2013 +0100| [fe150a48a72efd633421adb3cfc9bfe26fa1591b] | committer: Clément Bœsch
lavc: fix codec_descriptor and pkt_timebase doxy.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fe150a48a72efd633421adb3cfc9bfe26fa1591b
---
libavcodec/avcodec.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 31298ae..9dc6666 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -3177,7 +3177,7 @@ typedef struct AVCodecContext {
/**
* Timebase in which pkt_dts/pts and AVPacket.dts/pts are.
* Code outside libavcodec should access this field using:
- * avcodec_set_pkt_timebase(avctx)
+ * av_codec_{get,set}_pkt_timebase(avctx)
* - encoding unused.
* - decodimg set by user
*/
@@ -3186,7 +3186,7 @@ typedef struct AVCodecContext {
/**
* AVCodecDescriptor
* Code outside libavcodec should access this field using:
- * avcodec_get_codec_descriptior(avctx)
+ * av_codec_{get,set}_codec_descriptor(avctx)
* - encoding: unused.
* - decoding: set by libavcodec.
*/
More information about the ffmpeg-cvslog
mailing list