lavc/avcodec: decodimg → decoding.

This commit is contained in:
Clément Bœsch 2013-06-01 19:16:37 +02:00
parent f514b5dff7
commit 534f1a2821
1 changed files with 1 additions and 1 deletions

View File

@ -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;