IMAGE: Fixed attribution comments for the Indeo decoders
This commit is contained in:
parent
81cb0f11db
commit
206b3f9315
3 changed files with 3 additions and 8 deletions
|
@ -21,12 +21,7 @@
|
|||
*/
|
||||
|
||||
/* Common structures, macros, and base class shared by both Indeo4 and
|
||||
* Indeo5 decoders, derived from ffmpeg. We don't currently support Indeo5
|
||||
* decoding, but just in case we eventually need it, this is kept as a separate
|
||||
* file like it is in ffmpeg.
|
||||
*
|
||||
* Original copyright note: * Intel Indeo 4 (IV41, IV42, etc.) video decoder for ffmpeg
|
||||
* written, produced, and directed by Alan Smithee
|
||||
* Indeo5 decoders, derived from ffmpeg.
|
||||
*/
|
||||
|
||||
#include "image/codecs/indeo/indeo.h"
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
/* Intel Indeo 4 decompressor, derived from ffmpeg.
|
||||
*
|
||||
* Original copyright note: * Intel Indeo 3 (IV41, IV42, etc.) video decoder for ffmpeg
|
||||
* Original copyright note: * Intel Indeo 4 (IV41, IV42, etc.) video decoder for ffmpeg
|
||||
* written, produced, and directed by Alan Smithee
|
||||
*/
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
/* Intel Indeo 5 decompressor, derived from ffmpeg.
|
||||
*
|
||||
* Original copyright note: * Intel Indeo 3 (IV41, IV42, etc.) video decoder for ffmpeg
|
||||
* Original copyright note: * Intel Indeo 5 (IV51, IV52, etc.) video decoder for ffmpeg
|
||||
* written, produced, and directed by Alan Smithee
|
||||
*/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue