Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
2de7795a
Commit
2de7795a
authored
Dec 29, 2004
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
common.h -> common.h/bitstream.h
Originally committed as revision 3778 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
caa336b4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
gif.c
libavformat/gif.c
+1
-0
mpeg.c
libavformat/mpeg.c
+1
-0
swf.c
libavformat/swf.c
+1
-0
No files found.
libavformat/gif.c
View file @
2de7795a
...
@@ -38,6 +38,7 @@
...
@@ -38,6 +38,7 @@
*/
*/
#include "avformat.h"
#include "avformat.h"
#include "bitstream.h"
/* bitstream minipacket size */
/* bitstream minipacket size */
#define GIF_CHUNKS 100
#define GIF_CHUNKS 100
...
...
libavformat/mpeg.c
View file @
2de7795a
...
@@ -17,6 +17,7 @@
...
@@ -17,6 +17,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
*/
#include "avformat.h"
#include "avformat.h"
#include "bitstream.h"
#define MAX_PAYLOAD_SIZE 4096
#define MAX_PAYLOAD_SIZE 4096
//#define DEBUG_SEEK
//#define DEBUG_SEEK
...
...
libavformat/swf.c
View file @
2de7795a
...
@@ -18,6 +18,7 @@
...
@@ -18,6 +18,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
*/
#include "avformat.h"
#include "avformat.h"
#include "bitstream.h"
/* should have a generic way to indicate probable size */
/* should have a generic way to indicate probable size */
#define DUMMY_FILE_SIZE (100 * 1024 * 1024)
#define DUMMY_FILE_SIZE (100 * 1024 * 1024)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment