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
b1931321
Commit
b1931321
authored
Jun 14, 2011
by
William Yu
Committed by
Michael Niedermayer
Jun 14, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mjpegenc: Fix JFIF version
parent
4ac5dffc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
mjpegenc.c
libavcodec/mjpegenc.c
+1
-1
No files found.
libavcodec/mjpegenc.c
View file @
b1931321
...
...
@@ -162,7 +162,7 @@ static void jpeg_put_comments(MpegEncContext *s)
put_marker
(
p
,
APP0
);
put_bits
(
p
,
16
,
16
);
ff_put_string
(
p
,
"JFIF"
,
1
);
/* this puts the trailing zero-byte too */
put_bits
(
p
,
16
,
0x0
201
);
/* v 1.02 */
put_bits
(
p
,
16
,
0x0
102
);
/* v 1.02 */
put_bits
(
p
,
8
,
0
);
/* units type: 0 - aspect ratio */
put_bits
(
p
,
16
,
s
->
avctx
->
sample_aspect_ratio
.
num
);
put_bits
(
p
,
16
,
s
->
avctx
->
sample_aspect_ratio
.
den
);
...
...
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