]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/audio_frame_queue.c
h264: add H264_ prefix to the NAL unit types
[ffmpeg] / libavcodec / audio_frame_queue.c
index 15ffa82e493dc3f409449a9f13d677edae05de86..c4ca02b01f4d11e93ec6a58f3b579322f9062293 100644 (file)
@@ -111,7 +111,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;