diff options
author | Roman Shaposhnik <roman@shaposhnik.org> | 2004-03-14 22:09:58 +0000 |
---|---|---|
committer | Roman Shaposhnik <roman@shaposhnik.org> | 2004-03-14 22:09:58 +0000 |
commit | 380fd6b1b47b74162763fad9afcdc2a7ee061d49 (patch) | |
tree | aefc98ea87614a3a70c05ad9847712e4b5114ede /libavcodec/dvdata.h | |
parent | b51469a0c54b30079eecc4891cc050778f343683 (diff) | |
download | ffmpeg-380fd6b1b47b74162763fad9afcdc2a7ee061d49.tar.gz |
* DV decoder simplifications. Now it looks to be 6% faster. At least
on my desktop.
* Misc. DV cleanups and fixes.
Originally committed as revision 2892 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/dvdata.h')
-rw-r--r-- | libavcodec/dvdata.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/dvdata.h b/libavcodec/dvdata.h index e6e0986ba5..e60d994488 100644 --- a/libavcodec/dvdata.h +++ b/libavcodec/dvdata.h @@ -218,7 +218,7 @@ static const uint8_t dv_vlc_run[409] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, +127, }; static const uint8_t dv_vlc_level[409] = { |