mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-02 01:47:47 +00:00
Remove redundant #inclusion of common.h, avcodec.h already #includes it.
Originally committed as revision 8967 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
7c3a9fe2a3
commit
2029f312e8
55 changed files with 3 additions and 58 deletions
|
@ -30,7 +30,6 @@
|
|||
#include "avcodec.h"
|
||||
#include "dsputil.h"
|
||||
#include "mpegvideo.h"
|
||||
#include "common.h"
|
||||
|
||||
static void decode_mb(MpegEncContext *s){
|
||||
s->dest[0] = s->current_picture.data[0] + (s->mb_y * 16* s->linesize ) + s->mb_x * 16;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue