]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/rpza.c
sh4: Add ff_ prefix to nonstatic symbols
[ffmpeg] / libavcodec / rpza.c
index 3fb3dc5b9512a9ab92ff71e89e56e6a5e900932d..7350ef2c4a481464ce0f8c74fbca41c98fc84c87 100644 (file)
@@ -30,8 +30,8 @@
  * Note that this decoder reads big endian RGB555 pixel values from the
  * bytestream, arranges them in the host's endian order, and outputs
  * them to the final rendered map in the same host endian order. This is
- * intended behavior as the ffmpeg documentation states that RGB555 pixels
- * shall be stored in native CPU endianness.
+ * intended behavior as the libavcodec documentation states that RGB555
+ * pixels shall be stored in native CPU endianness.
  */
 
 #include <stdio.h>