diff au.c @ 306:e7a8d4dd8e14 libavformat

seek support for PCM formats
author bellard
date Mon, 10 Nov 2003 18:41:45 +0000
parents a313e1080322
children 60f897e8dd2d
line wrap: on
line diff
--- a/au.c	Mon Nov 10 18:40:14 2003 +0000
+++ b/au.c	Mon Nov 10 18:41:45 2003 +0000
@@ -114,7 +114,7 @@
 
 /* au input */
 static int au_read_header(AVFormatContext *s,
-                           AVFormatParameters *ap)
+                          AVFormatParameters *ap)
 {
     int size;
     unsigned int tag;
@@ -187,6 +187,7 @@
     au_read_header,
     au_read_packet,
     au_read_close,
+    pcm_read_seek,
 };
 
 #ifdef CONFIG_ENCODERS