diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2004-12-29 18:31:28 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2004-12-29 18:31:28 +0000 |
commit | 2de7795ad23fc5a30acb398c923ed737b8dcbbe8 (patch) | |
tree | af97c3e5a18e1743492d1d1fc9217b3ec5a86aea /libavformat/mpeg.c | |
parent | caa336b4cc1c946409decd6af964a44afb59c43a (diff) | |
download | ffmpeg-2de7795ad23fc5a30acb398c923ed737b8dcbbe8.tar.gz |
common.h -> common.h/bitstream.h
Originally committed as revision 3778 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/mpeg.c')
-rw-r--r-- | libavformat/mpeg.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/mpeg.c b/libavformat/mpeg.c index 4e69139662..d7e94bb6db 100644 --- a/libavformat/mpeg.c +++ b/libavformat/mpeg.c @@ -17,6 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #include "avformat.h" +#include "bitstream.h" #define MAX_PAYLOAD_SIZE 4096 //#define DEBUG_SEEK |