comparison parser.c @ 4943:25cd2084129a libavcodec

remove no more useful includes
author aurel
date Tue, 08 May 2007 23:30:42 +0000
parents c3ee5c30c297
children b1fe945d73f9
comparison
equal deleted inserted replaced
4942:b42e963c8149 4943:25cd2084129a
17 * 17 *
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 #include "avcodec.h" 22
23 #include "mpegvideo.h"
24 #include "mpegaudio.h"
25 #include "parser.h" 23 #include "parser.h"
26 24
27 AVCodecParser *av_first_parser = NULL; 25 AVCodecParser *av_first_parser = NULL;
28 26
29 void av_register_codec_parser(AVCodecParser *parser) 27 void av_register_codec_parser(AVCodecParser *parser)