diff options
Diffstat (limited to 'libavcodec/allcodecs.c')
-rw-r--r-- | libavcodec/allcodecs.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c index c8c37ea5af..7b45e48423 100644 --- a/libavcodec/allcodecs.c +++ b/libavcodec/allcodecs.c @@ -28,12 +28,12 @@ formats you want to support */ /** - * simple call to register all the codecs. + * simple call to register all the codecs. */ void avcodec_register_all(void) { static int inited = 0; - + if (inited != 0) return; inited = 1; @@ -589,7 +589,7 @@ PCM_CODEC(CODEC_ID_ADPCM_YAMAHA, adpcm_yamaha); register_avcodec(&dvbsub_encoder); #endif - /* parsers */ + /* parsers */ av_register_codec_parser(&mpegvideo_parser); av_register_codec_parser(&mpeg4video_parser); #if defined(CONFIG_H261_DECODER) || defined(CONFIG_H261_ENCODER) |