summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefano Pigozzi <stefano.pigozzi@gmail.com>2013-11-26 08:18:38 +0100
committerStefano Pigozzi <stefano.pigozzi@gmail.com>2013-11-26 09:06:08 +0100
commitac245f96e497305e8cf6ea714d82575ae6e86a12 (patch)
treea45e8608cd9c32608b925ba12650c7ca942c64a0
parent7d152965ce7c735a8157de6f430b2e6587a98ec5 (diff)
downloadmpv-ac245f96e497305e8cf6ea714d82575ae6e86a12.tar.bz2
mpv-ac245f96e497305e8cf6ea714d82575ae6e86a12.tar.xz
av_common: fix typo in comment
-rw-r--r--mpvcore/av_common.c2
1 files changed, 1 insertions, 1 deletions
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)