mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
remove #include "mpegvideo.h" where it is not needed
Originally committed as revision 12321 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
3bfe9260fa
commit
d37f007d54
8 changed files with 6 additions and 10 deletions
|
|
@ -332,7 +332,7 @@ int ff_mjpeg_decode_sof(MJpegDecodeContext *s)
|
|||
av_log(s->avctx, AV_LOG_ERROR, "get_buffer() failed\n");
|
||||
return -1;
|
||||
}
|
||||
s->picture.pict_type= I_TYPE;
|
||||
s->picture.pict_type= FF_I_TYPE;
|
||||
s->picture.key_frame= 1;
|
||||
|
||||
for(i=0; i<3; i++){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue