Browse Source

avformat/mpeg: remove unneeded #include, there are no assert() only av_assert*

Signed-off-by: Paul B Mahol <onemda@gmail.com>
tags/n2.6
Paul B Mahol 10 years ago
parent
commit
ca8617a04d
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      libavformat/mpeg.c

+ 0
- 2
libavformat/mpeg.c View File

@@ -28,8 +28,6 @@
# include "libavutil/bprint.h"
#endif

#undef NDEBUG
#include <assert.h>
#include "libavutil/avassert.h"

/*********************************************/


Loading…
Cancel
Save