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
f197d19a
Commit
f197d19a
authored
Jul 10, 2002
by
Zdenek Kabelac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* clean compiler warning
Originally committed as revision 733 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
29482cb4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
mjpeg.c
libavcodec/mjpeg.c
+4
-4
No files found.
libavcodec/mjpeg.c
View file @
f197d19a
...
...
@@ -372,10 +372,10 @@ static void jpeg_put_comments(MpegEncContext *s)
flush_put_bits
(
p
);
ptr
=
pbBufPtr
(
p
);
put_bits
(
p
,
16
,
0
);
/* patched later */
#define VERSION "FFmpeg" LIBAVCODEC_VERSION "b" LIBAVCODEC_BUILD_STR
put_string
(
p
,
VERSION
);
size
=
strlen
(
VERSION
)
+
3
;
#undef VERSION
#define
MJPEG_
VERSION "FFmpeg" LIBAVCODEC_VERSION "b" LIBAVCODEC_BUILD_STR
put_string
(
p
,
MJPEG_
VERSION
);
size
=
strlen
(
MJPEG_
VERSION
)
+
3
;
#undef
MJPEG_
VERSION
ptr
[
0
]
=
size
>>
8
;
ptr
[
1
]
=
size
;
}
...
...
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