diff options
author | Matthew Hoops | 2011-04-07 00:47:29 -0400 |
---|---|---|
committer | Matthew Hoops | 2011-04-07 00:47:29 -0400 |
commit | d718755d73fbacf5ef31159f85a9f822ff7a3f00 (patch) | |
tree | db2123afd2d397161643c2874390fda203fb64ac /video/qt_decoder.h | |
parent | db71efd94f6c5454f6f06458a6b4d968dc61ffbd (diff) | |
download | scummvm-rg350-d718755d73fbacf5ef31159f85a9f822ff7a3f00.tar.gz scummvm-rg350-d718755d73fbacf5ef31159f85a9f822ff7a3f00.tar.bz2 scummvm-rg350-d718755d73fbacf5ef31159f85a9f822ff7a3f00.zip |
VIDEO: Cleanup
The VideoDecoder interface to the QuickTimeParser uses almost entirely ScummVM code now, with only trace amounts remaining from FFmpeg.
Diffstat (limited to 'video/qt_decoder.h')
-rw-r--r-- | video/qt_decoder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/video/qt_decoder.h b/video/qt_decoder.h index 3da695e559..65ade40c93 100644 --- a/video/qt_decoder.h +++ b/video/qt_decoder.h @@ -24,7 +24,7 @@ */ // -// Heavily based on ffmpeg code. +// Partially based on ffmpeg code. // // Copyright (c) 2001 Fabrice Bellard. // First version by Francois Revol revol@free.fr |