mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-04 21:25:40 +01:00
Replace ffmpeg references with more accurate libav* references.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user