]> git.sesse.net Git - ffmpeg/commit
eamad: remove use of MpegEncContext
authorMans Rullgard <mans@mansr.com>
Fri, 27 Jul 2012 16:00:38 +0000 (17:00 +0100)
committerMans Rullgard <mans@mansr.com>
Sun, 29 Jul 2012 20:30:47 +0000 (21:30 +0100)
commit591766a3a9c88614b9cb0ed90e25dc6e7d883752
tree701f2d7516c06059ab069dc54b75829cb96cad43
parent87cf481aa88b89db8dbbb13dc19c9b4cb35b654a
eamad: remove use of MpegEncContext

There is no sense in pulling in this monster struct just for
a handful of fields.  The code does not call any functions
expecting an MpegEncContext.

Signed-off-by: Mans Rullgard <mans@mansr.com>
libavcodec/eamad.c