Replace ffmpeg references with more accurate libav* references.

This commit is contained in:
Diego Biurrun
2011-10-30 18:02:42 +01:00
parent 20566eb0f0
commit 2f5df0b12c
12 changed files with 15 additions and 15 deletions

View 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>