comparison raw.c @ 6441:d23c128f1f51 libavformat

cleanup includes which are not used anymore in raw.c
author aurel
date Sun, 29 Aug 2010 22:06:48 +0000
parents 8beba113f242
children 852b5a321ef5
comparison
equal deleted inserted replaced
6440:8beba113f242 6441:d23c128f1f51
18 * You should have received a copy of the GNU Lesser General Public 18 * You should have received a copy of the GNU Lesser General Public
19 * License along with FFmpeg; if not, write to the Free Software 19 * License along with FFmpeg; if not, write to the Free Software
20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
21 */ 21 */
22 22
23 #include "libavcodec/get_bits.h"
24 #include "libavcodec/bytestream.h"
25 #include "avformat.h" 23 #include "avformat.h"
26 #include "raw.h" 24 #include "raw.h"
27 #include "id3v2.h"
28 #include "id3v1.h"
29 25
30 /* simple formats */ 26 /* simple formats */
31 27
32 #if CONFIG_NULL_MUXER 28 #if CONFIG_NULL_MUXER
33 static int null_write_packet(struct AVFormatContext *s, AVPacket *pkt) 29 static int null_write_packet(struct AVFormatContext *s, AVPacket *pkt)