diff pnm.c @ 4152:e893c1438b36 libavcodec

include parser.h instead of mpegvideo.h
author bcoudurier
date Mon, 06 Nov 2006 10:47:41 +0000
parents 186e51891c8c
children ce643a22f049
line wrap: on
line diff
--- a/pnm.c	Mon Nov 06 10:46:54 2006 +0000
+++ b/pnm.c	Mon Nov 06 10:47:41 2006 +0000
@@ -19,7 +19,7 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 #include "avcodec.h"
-#include "mpegvideo.h" //only for ParseContext
+#include "parser.h" //for ParseContext
 
 typedef struct PNMContext {
     uint8_t *bytestream;