diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-10-30 18:02:42 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-11-02 10:42:55 +0100 |
commit | 2f5df0b12caea699ba85efa1fdb54fd0b57b4cfd (patch) | |
tree | 861355be8a653081a7ea52b43597d5329d50ef5c /libavcodec/rpza.c | |
parent | 20566eb0f0e3b0f538bcf68fca42e67afaa0dec6 (diff) | |
download | ffmpeg-2f5df0b12caea699ba85efa1fdb54fd0b57b4cfd.tar.gz |
Replace ffmpeg references with more accurate libav* references.
Diffstat (limited to 'libavcodec/rpza.c')
-rw-r--r-- | libavcodec/rpza.c | 4 |
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> |