[FFmpeg-devel] [GSoC 2009] [Patch] Optimal Huffman tables for (M)JPEG encoding

Ronald S. Bultje rsbultje
Mon Apr 6 20:48:53 CEST 2009


Hi,

On Mon, Apr 6, 2009 at 2:39 PM, Indrani Kundu Saha
<indranikundusaha at gmail.com> wrote:
> What program/utility would you guys recommend to check presence of
> tabs in the patch file? Is there a faster way to remove the ?tabs
> without being manual?

grep "\t" file
sed -e 's/\t/        /' file

I didn't even test that, but something like that would probably work.

Ronald



More information about the ffmpeg-devel mailing list