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
7eb2d654
Commit
7eb2d654
authored
Mar 02, 2009
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
small spelling/grammar fixes
Originally committed as revision 17718 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
326b554c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
imgresample.c
libavcodec/imgresample.c
+1
-1
mpegvideo.h
libavcodec/mpegvideo.h
+2
-2
No files found.
libavcodec/imgresample.c
View file @
7eb2d654
...
...
@@ -575,7 +575,7 @@ void sws_freeContext(struct SwsContext *ctx)
* Otherwise, frees context and gets a new one.
*
* Be warned that srcFilter, dstFilter are not checked, they are
* asumed to remain valid.
* as
s
umed to remain valid.
*/
struct
SwsContext
*
sws_getCachedContext
(
struct
SwsContext
*
ctx
,
int
srcW
,
int
srcH
,
int
srcFormat
,
...
...
libavcodec/mpegvideo.h
View file @
7eb2d654
...
...
@@ -600,7 +600,7 @@ typedef struct MpegEncContext {
int
broken_link
;
///< no_output_of_prior_pics_flag
uint8_t
*
vbv_delay_ptr
;
///< pointer to vbv_delay in the bitstream
/* MPEG
2 specific - I wish I had not
to support this mess. */
/* MPEG
-2-specific - I wished not to have
to support this mess. */
int
progressive_sequence
;
int
mpeg_f_code
[
2
][
2
];
int
picture_structure
;
...
...
@@ -635,7 +635,7 @@ typedef struct MpegEncContext {
int
rtp_mode
;
uint8_t
*
ptr_lastgob
;
int
swap_uv
;
//vcr2 codec is mpeg2 varint with UV swa
ped
int
swap_uv
;
//vcr2 codec is an MPEG-2 variant with U and V swap
ped
DCTELEM
(
*
pblocks
[
12
])[
64
];
DCTELEM
(
*
block
)[
64
];
///< points to one of the following blocks
...
...
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