Commit 534f1a28 authored by Clément Bœsch's avatar Clément Bœsch

lavc/avcodec: decodimg → decoding.

parent f514b5df
...@@ -2821,7 +2821,7 @@ typedef struct AVCodecContext { ...@@ -2821,7 +2821,7 @@ typedef struct AVCodecContext {
* Code outside libavcodec should access this field using: * Code outside libavcodec should access this field using:
* av_codec_{get,set}_pkt_timebase(avctx) * av_codec_{get,set}_pkt_timebase(avctx)
* - encoding unused. * - encoding unused.
* - decodimg set by user * - decoding set by user.
*/ */
AVRational pkt_timebase; AVRational pkt_timebase;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment