]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/audio_frame_queue.c
avcodec/ass: fix doxygen typo
[ffmpeg] / libavcodec / audio_frame_queue.c
index 4f6bccce367dce771ad422677bc8019294e434b1..f2ccd6928173935c4cf25c03569d83cd8304f97d 100644 (file)
@@ -73,7 +73,7 @@ int ff_af_queue_add(AudioFrameQueue *afq, const AVFrame *f)
 }
 
 void ff_af_queue_remove(AudioFrameQueue *afq, int nb_samples, int64_t *pts,
-                        int *duration)
+                        int64_t *duration)
 {
     int64_t out_pts = AV_NOPTS_VALUE;
     int removed_samples = 0;