diff allcodecs.c @ 2967:ef2149182f1c libavcodec

COSMETICS: Remove all trailing whitespace.
author diego
date Sat, 17 Dec 2005 18:14:38 +0000
parents 5f51b1e0bed6
children 583b6ac45c07
line wrap: on
line diff
--- a/allcodecs.c	Sat Dec 17 11:31:56 2005 +0000
+++ b/allcodecs.c	Sat Dec 17 18:14:38 2005 +0000
@@ -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 @@
     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)