]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/libtheoraenc.c
hpel_motion_search: move code used for asserts under correct #if
[ffmpeg] / libavcodec / libtheoraenc.c
index 5a866740c8c2fc78b5490c9d2c92f3e7b1c88743..14197236b1923cc67e88822f79b22410dec347f1 100644 (file)
@@ -341,7 +341,7 @@ static int encode_frame(AVCodecContext* avc_context, AVPacket *pkt,
     memcpy(pkt->data, o_packet.packet, o_packet.bytes);
 
     // HACK: assumes no encoder delay, this is true until libtheora becomes
-    // multithreaded (which will be disabled unless explictly requested)
+    // multithreaded (which will be disabled unless explicitly requested)
     pkt->pts = pkt->dts = frame->pts;
     avc_context->coded_frame->key_frame = !(o_packet.granulepos & h->keyframe_mask);
     if (avc_context->coded_frame->key_frame)