summaryrefslogtreecommitdiff
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2004-11-12 22:55:29 +0000
committerMichael Niedermayer <michaelni@gmx.at>2004-11-12 22:55:29 +0000
commit99f0623629dc0aeb805e7070a1b62c29688ce1bd (patch)
tree49989ff0c77824afdd1159618839a4ef498452a9 /libavcodec/allcodecs.c
parentae214ac39ed0225dbc0a3b6042dfe9b38a152b15 (diff)
pnm parser
Originally committed as revision 3675 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/allcodecs.c')
-rw-r--r--libavcodec/allcodecs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c
index 649ae0b4c9..fcccf18b79 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -247,6 +247,7 @@ PCM_CODEC(CODEC_ID_ADPCM_CT, adpcm_ct);
av_register_codec_parser(&h263_parser);
av_register_codec_parser(&h264_parser);
av_register_codec_parser(&mjpeg_parser);
+ av_register_codec_parser(&pnm_parser);
av_register_codec_parser(&mpegaudio_parser);
#ifdef CONFIG_AC3