[Ffmpeg-cvslog] r6916 - trunk/libavcodec/pnm.c
bcoudurier
subversion
Mon Nov 6 11:47:41 CET 2006
Author: bcoudurier
Date: Mon Nov 6 11:47:41 2006
New Revision: 6916
Modified:
trunk/libavcodec/pnm.c
Log:
include parser.h instead of mpegvideo.h
Modified: trunk/libavcodec/pnm.c
==============================================================================
--- trunk/libavcodec/pnm.c (original)
+++ trunk/libavcodec/pnm.c Mon Nov 6 11:47:41 2006
@@ -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;
More information about the ffmpeg-cvslog
mailing list