]> git.sesse.net Git - ffmpeg/commit
dcaenc: move all tables inside context and fix incorrect coding style
authorRostislav Pehlivanov <atomnuker@gmail.com>
Sat, 13 Jan 2018 18:27:36 +0000 (18:27 +0000)
committerRostislav Pehlivanov <atomnuker@gmail.com>
Sat, 13 Jan 2018 18:37:54 +0000 (18:37 +0000)
commitc51301db14fe08bf9f5c3b4f9e588e04095f9ac1
tree24741d32eb2f40999abd8c0ceceb2a921b09a434
parentec6e389c753ba7de0303e8094a494a981b927b77
dcaenc: move all tables inside context and fix incorrect coding style

Functionally identical to the old code, with less lines wasted.
Partially fixes the complete disregard for the 80 col/line guide.

Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
libavcodec/dcaenc.c