summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2013-06-01 19:16:37 +0200
committerClément Bœsch <ubitux@gmail.com>2013-06-01 19:16:45 +0200
commit534f1a2821931562056c54838ba7fe66d45775d9 (patch)
treea81f120913ac2b878cb38e6361a3973f3048fe22 /libavcodec/avcodec.h
parentf514b5dff769a331ea2153c23594d9b29b667141 (diff)
lavc/avcodec: decodimg → decoding.
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 5ece48ce29..dbcfb780d0 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;