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
07054015
Commit
07054015
authored
Mar 07, 2013
by
Anton Khirnov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mpegvideo: remove FMT_H264
parent
ee870491
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
3 deletions
+0
-3
mpegvideo.h
libavcodec/mpegvideo.h
+0
-1
mpegvideo_enc.c
libavcodec/mpegvideo_enc.c
+0
-2
No files found.
libavcodec/mpegvideo.h
View file @
07054015
...
...
@@ -49,7 +49,6 @@ enum OutputFormat {
FMT_H261
,
FMT_H263
,
FMT_MJPEG
,
FMT_H264
,
};
#define MPEG_BUF_SIZE (16 * 1024)
...
...
libavcodec/mpegvideo_enc.c
View file @
07054015
...
...
@@ -3228,8 +3228,6 @@ static int encode_picture(MpegEncContext *s, int picture_number)
if
(
CONFIG_MPEG1VIDEO_ENCODER
||
CONFIG_MPEG2VIDEO_ENCODER
)
ff_mpeg1_encode_picture_header
(
s
,
picture_number
);
break
;
case
FMT_H264
:
break
;
default
:
assert
(
0
);
}
...
...
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