comparison h264enc.c @ 9428:0dce4fe6e6f3 libavcodec

Rename bitstream.h to get_bits.h.
author stefano
date Mon, 13 Apr 2009 16:20:26 +0000
parents 018299720403
children b94e1810ce4c
comparison
equal deleted inserted replaced
9427:4c1fb7723412 9428:0dce4fe6e6f3
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19 */ 19 */
20 20
21 21
22 #include "libavutil/common.h" 22 #include "libavutil/common.h"
23 #include "bitstream.h" 23 #include "get_bits.h"
24 #include "mpegvideo.h" 24 #include "mpegvideo.h"
25 #include "h264data.h" 25 #include "h264data.h"
26 26
27 /** 27 /**
28 * Write out the provided data into a NAL unit. 28 * Write out the provided data into a NAL unit.