[FFmpeg-cvslog] lavc: remove unused headers

Paul B Mahol git at videolan.org
Tue Jan 17 21:18:56 CET 2012


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Tue Jan 17 19:31:39 2012 +0000| [aff9cb8377aeeadeeb01090be3bb642c220d7a36] | committer: Michael Niedermayer

lavc: remove unused headers

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=aff9cb8377aeeadeeb01090be3bb642c220d7a36
---

 libavcodec/pamenc.c |    1 -
 libavcodec/png.c    |    1 -
 libavcodec/pnmdec.c |    1 -
 libavcodec/pnmenc.c |    1 -
 4 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/libavcodec/pamenc.c b/libavcodec/pamenc.c
index 5ae6597..41db4ec 100644
--- a/libavcodec/pamenc.c
+++ b/libavcodec/pamenc.c
@@ -20,7 +20,6 @@
  */
 
 #include "avcodec.h"
-#include "bytestream.h"
 #include "pnm.h"
 
 
diff --git a/libavcodec/png.c b/libavcodec/png.c
index d7898c0..9b52496 100644
--- a/libavcodec/png.c
+++ b/libavcodec/png.c
@@ -19,7 +19,6 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 #include "avcodec.h"
-#include "bytestream.h"
 #include "png.h"
 
 const uint8_t ff_pngsig[8] = {137, 80, 78, 71, 13, 10, 26, 10};
diff --git a/libavcodec/pnmdec.c b/libavcodec/pnmdec.c
index 4060c4e..324ec3f 100644
--- a/libavcodec/pnmdec.c
+++ b/libavcodec/pnmdec.c
@@ -20,7 +20,6 @@
  */
 
 #include "avcodec.h"
-#include "bytestream.h"
 #include "put_bits.h"
 #include "pnm.h"
 
diff --git a/libavcodec/pnmenc.c b/libavcodec/pnmenc.c
index 15c71f2..e31bfee 100644
--- a/libavcodec/pnmenc.c
+++ b/libavcodec/pnmenc.c
@@ -20,7 +20,6 @@
  */
 
 #include "avcodec.h"
-#include "bytestream.h"
 #include "pnm.h"
 
 



More information about the ffmpeg-cvslog mailing list