diff rtpdec_h263.c @ 6339:491eea5c52d6 libavformat

Remove mostly unnecessary rtpdec_*.h files, store the declarations in one file
author mstorsjo
date Fri, 30 Jul 2010 12:04:27 +0000
parents 08cd1179a20d
children
line wrap: on
line diff
--- a/rtpdec_h263.c	Thu Jul 29 22:17:30 2010 +0000
+++ b/rtpdec_h263.c	Fri Jul 30 12:04:27 2010 +0000
@@ -20,7 +20,7 @@
  */
 
 #include "avformat.h"
-#include "rtpdec_h263.h"
+#include "rtpdec_formats.h"
 #include "libavutil/intreadwrite.h"
 
 static int h263_handle_packet(AVFormatContext *ctx,