comparison src/ffmpeg/libavcodec/parser.c @ 816:87b58fcb96c8 trunk

[svn] - remove more video stuff, remove vorbis
author nenolod
date Mon, 12 Mar 2007 13:11:29 -0700
parents e8776388b02a
children b3b7a4e480b2
comparison
equal deleted inserted replaced
815:23a5aa2c545c 816:87b58fcb96c8
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 #include "avcodec.h"
23 #include "mpegvideo.h"
24 #include "mpegaudio.h"
25 23
26 AVCodecParser *av_first_parser = NULL; 24 AVCodecParser *av_first_parser = NULL;
27 25
28 void av_register_codec_parser(AVCodecParser *parser) 26 void av_register_codec_parser(AVCodecParser *parser)
29 { 27 {