diff rtpdec.c @ 4872:304a0ea063f0 libavformat

Rename bitstream.h to get_bits.h.
author stefano
date Mon, 13 Apr 2009 16:20:26 +0000
parents c78617194786
children 13a2a1a475d5
line wrap: on
line diff
--- a/rtpdec.c	Mon Apr 13 04:02:51 2009 +0000
+++ b/rtpdec.c	Mon Apr 13 16:20:26 2009 +0000
@@ -22,7 +22,7 @@
 /* needed for gethostname() */
 #define _XOPEN_SOURCE 600
 
-#include "libavcodec/bitstream.h"
+#include "libavcodec/get_bits.h"
 #include "avformat.h"
 #include "mpegts.h"