diff options
author | Clément Bœsch <ubitux@gmail.com> | 2013-06-01 19:16:37 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2013-06-01 19:16:45 +0200 |
commit | 534f1a2821931562056c54838ba7fe66d45775d9 (patch) | |
tree | a81f120913ac2b878cb38e6361a3973f3048fe22 /libavcodec/avcodec.h | |
parent | f514b5dff769a331ea2153c23594d9b29b667141 (diff) | |
download | ffmpeg-534f1a2821931562056c54838ba7fe66d45775d9.tar.gz |
lavc/avcodec: decodimg → decoding.
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 2 |
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; |