[FFmpeg-cvslog] lavc/avcodec:=?UTF-8?Q?=20decodimg=20=E2=86=92=20decodin?==?UTF-8?Q?g?=.
Clément Bœsch
git at videolan.org
Sat Jun 1 19:17:01 CEST 2013
ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Sat Jun 1 19:16:37 2013 +0200| [534f1a2821931562056c54838ba7fe66d45775d9] | committer: Clément Bœsch
lavc/avcodec: decodimg → decoding.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=534f1a2821931562056c54838ba7fe66d45775d9
---
libavcodec/avcodec.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 5ece48c..dbcfb78 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -2821,7 +2821,7 @@ typedef struct AVCodecContext {
* Code outside libavcodec should access this field using:
* av_codec_{get,set}_pkt_timebase(avctx)
* - encoding unused.
- * - decodimg set by user
+ * - decoding set by user.
*/
AVRational pkt_timebase;
More information about the ffmpeg-cvslog
mailing list