summaryrefslogtreecommitdiff
path: root/libavcodec/rpza.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-10-30 18:02:42 +0100
committerDiego Biurrun <diego@biurrun.de>2011-11-02 10:42:55 +0100
commit2f5df0b12caea699ba85efa1fdb54fd0b57b4cfd (patch)
tree861355be8a653081a7ea52b43597d5329d50ef5c /libavcodec/rpza.c
parent20566eb0f0e3b0f538bcf68fca42e67afaa0dec6 (diff)
Replace ffmpeg references with more accurate libav* references.
Diffstat (limited to 'libavcodec/rpza.c')
-rw-r--r--libavcodec/rpza.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/rpza.c b/libavcodec/rpza.c
index 3fb3dc5b95..7350ef2c4a 100644
--- a/libavcodec/rpza.c
+++ b/libavcodec/rpza.c
@@ -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>