Changeset 5735f768 in ffmpeg

Timestamp:
Apr 11, 2012, 7:46:33 PM (13 years ago)
Author:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Branches:
master
Children:
e6ad943
Parents:
6952301f
git-author:
Reimar Döffinger <Reimar.Doeffinger@gmx.de> (04/10/12 21:13:59)
git-committer:
Reimar Döffinger <Reimar.Doeffinger@gmx.de> (04/11/12 19:46:33)
Message:

h261: move tables from header to .c file.

Currently they end up twice in the binary, since both
encoder and decoder include the header and thus each gets
their own copy.
This is clearly nonsense for the const tables, but shouldn't
be necessary for the RLTable either.

Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>

(No files)

Note: See TracChangeset for help on using the changeset viewer.