From ac245f96e497305e8cf6ea714d82575ae6e86a12 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 26 Nov 2013 08:18:38 +0100 Subject: av_common: fix typo in comment --- mpvcore/av_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpvcore/av_common.c b/mpvcore/av_common.c index d4fa6d426f..3e3caa8f0d 100644 --- a/mpvcore/av_common.c +++ b/mpvcore/av_common.c @@ -66,7 +66,7 @@ union pts { int64_t i; double d; }; // Set dst from mpkt. Note that dst is not refcountable. // mpkt can be NULL to generate empty packets (used to flush delayed data). // Sets pts/dts to reinterpret-casted mpv values - these are useful for -// reading back via mp_get_av_frame_okt_pdts(), but they will be non-sense for +// reading back via mp_get_av_frame_pkt_pdts(), but they will be non-sense for // libavcodec itself. (And normally, libavcodec won't interpret them.) // Does not set duration field. void mp_set_av_packet(AVPacket *dst, struct demux_packet *mpkt) -- cgit v1.2.3