]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/imgconvert_template.h
enable stream copy with ffserver, to be able to chain
[ffmpeg] / libavcodec / imgconvert_template.h
index c37fc3baaa2a6469ccb05c3d5c7c47d52ebf106f..2d23be87b9aab8a13b0a9a7a63dc85f629dfc2c4 100644 (file)
@@ -19,8 +19,9 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-/* This header has no multiple inclusion guards as it gets
- * included multiple times. */
+/* This header intentionally has no multiple inclusion guards. It is meant to
+ * be included multiple times and generates different code depending on the
+ * value of certain #defines. */
 
 #ifndef RGB_OUT
 #define RGB_OUT(d, r, g, b) RGBA_OUT(d, r, g, b, 0xff)
@@ -413,7 +414,7 @@ static void glue(pal8_to_, RGB_NAME)(AVPicture *dst, const AVPicture *src,
     }
 }
 
-// RGB24 has optimised routines
+// RGB24 has optimized routines
 #if !defined(FMT_RGB32) && !defined(FMT_RGB24)
 /* alpha support */