[FFmpeg-cvslog] r8943 - trunk/libavcodec/parser.c
aurel
subversion
Wed May 9 01:30:42 CEST 2007
Author: aurel
Date: Wed May 9 01:30:42 2007
New Revision: 8943
Log:
remove no more useful includes
Modified:
trunk/libavcodec/parser.c
Modified: trunk/libavcodec/parser.c
==============================================================================
--- trunk/libavcodec/parser.c (original)
+++ trunk/libavcodec/parser.c Wed May 9 01:30:42 2007
@@ -19,9 +19,7 @@
* License along with FFmpeg; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#include "avcodec.h"
-#include "mpegvideo.h"
-#include "mpegaudio.h"
+
#include "parser.h"
AVCodecParser *av_first_parser = NULL;
More information about the ffmpeg-cvslog
mailing list