mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-29 22:00:58 +02:00
include parser.h instead of mpegvideo.h
Originally committed as revision 6916 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
7d6b1abe1a
commit
79e7b9609e
@ -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…
x
Reference in New Issue
Block a user