]> git.sesse.net Git - ffmpeg/blobdiff - libavdevice/jack_audio.c
eamad: pass & check errors
[ffmpeg] / libavdevice / jack_audio.c
index b1077c4ebedd3a3860ff2a1baf78dca63229f560..d0a09ee2185cc1fa1f2e89aafca81bb59e889b25 100644 (file)
@@ -272,7 +272,7 @@ static int audio_read_packet(AVFormatContext *context, AVPacket *pkt)
         }
     }
 
-    /* Wait for a packet comming back from process_callback(), if one isn't available yet */
+    /* Wait for a packet coming back from process_callback(), if one isn't available yet */
     timeout.tv_sec = av_gettime() / 1000000 + 2;
     if (sem_timedwait(&self->packet_count, &timeout)) {
         if (errno == ETIMEDOUT) {