Browse Source

Include mpeg4video.h: Needed for declaration of ff_mpeg4_decode_picture_header.

Originally committed as revision 22100 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Carl Eugen Hoyos 15 years ago
parent
commit
dd6c2534ed
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavcodec/mpeg4video_parser.c

+ 1
- 0
libavcodec/mpeg4video_parser.c View File

@@ -22,6 +22,7 @@

#include "parser.h"
#include "mpegvideo.h"
#include "mpeg4video.h"
#include "mpeg4video_parser.h"




Loading…
Cancel
Save