diff au.c @ 567:23b915bb10f5 libavformat

set correct timebase
author michael
date Mon, 18 Oct 2004 09:43:39 +0000
parents a9e04ea89942
children d82ccc7cff1c
line wrap: on
line diff
--- a/au.c	Sat Oct 16 21:27:42 2004 +0000
+++ b/au.c	Mon Oct 18 09:43:39 2004 +0000
@@ -148,6 +148,7 @@
     st->codec.codec_id = codec;
     st->codec.channels = channels;
     st->codec.sample_rate = rate;
+    av_set_pts_info(st, 64, 1, rate);
     return 0;
 }