From 534f1a2821931562056c54838ba7fe66d45775d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Sat, 1 Jun 2013 19:16:37 +0200 Subject: [PATCH] =?UTF-8?q?lavc/avcodec:=20decodimg=20=E2=86=92=20decoding?= =?UTF-8?q?.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libavcodec/avcodec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;