Commit e0b4a548 authored by bcoudurier's avatar bcoudurier

include parser.h instead of mpegvideo.h

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6916 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 67f6c792
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/ */
#include "avcodec.h" #include "avcodec.h"
#include "mpegvideo.h" //only for ParseContext #include "parser.h" //for ParseContext
typedef struct PNMContext { typedef struct PNMContext {
uint8_t *bytestream; uint8_t *bytestream;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment