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
7d7b4e8d
Commit
7d7b4e8d
authored
Sep 08, 2013
by
Paul B Mahol
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avcodec/png: remove obsolete comments
Signed-off-by:
Paul B Mahol
<
onemda@gmail.com
>
parent
c914c99d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
8 deletions
+0
-8
pngdec.c
libavcodec/pngdec.c
+0
-4
pngenc.c
libavcodec/pngenc.c
+0
-4
No files found.
libavcodec/pngdec.c
View file @
7d7b4e8d
...
...
@@ -30,10 +30,6 @@
#include "pngdsp.h"
#include "thread.h"
/* TODO:
* - add 16 bit depth support
*/
#include <zlib.h>
typedef
struct
PNGDecContext
{
...
...
libavcodec/pngenc.c
View file @
7d7b4e8d
...
...
@@ -27,10 +27,6 @@
#include "libavutil/avassert.h"
#include "libavutil/opt.h"
/* TODO:
* - add 2, 4 and 16 bit depth support
*/
#include <zlib.h>
#define IOBUF_SIZE 4096
...
...
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