include parser.h instead of mpegvideo.h

Originally committed as revision 6916 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Baptiste Coudurier 2006-11-06 10:47:41 +00:00
parent 7d6b1abe1a
commit 79e7b9609e
1 changed files with 1 additions and 1 deletions

View File

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