include parser.h instead of mpegvideo.h

Originally committed as revision 6916 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Baptiste Coudurier 18 years ago
parent 7d6b1abe1a
commit 79e7b9609e
  1. 2
      libavcodec/pnm.c

@ -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;

Loading…
Cancel
Save