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
8f4c414d
Commit
8f4c414d
authored
Oct 22, 2012
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve wording and spelling of av_log_missing_feature messages.
parent
00ed7f59
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
14 additions
and
14 deletions
+14
-14
aacdec.c
libavcodec/aacdec.c
+2
-2
aacsbr.c
libavcodec/aacsbr.c
+2
-2
eac3dec.c
libavcodec/eac3dec.c
+1
-1
flacdec.c
libavcodec/flacdec.c
+1
-1
flashsv.c
libavcodec/flashsv.c
+1
-1
proresdec.c
libavcodec/proresdec.c
+1
-1
wmalosslessdec.c
libavcodec/wmalosslessdec.c
+2
-2
wmavoice.c
libavcodec/wmavoice.c
+1
-1
oggparseskeleton.c
libavformat/oggparseskeleton.c
+1
-1
spdifdec.c
libavformat/spdifdec.c
+2
-2
No files found.
libavcodec/aacdec.c
View file @
8f4c414d
...
...
@@ -2663,7 +2663,7 @@ static int read_stream_mux_config(struct LATMContext *latmctx,
// numPrograms
if
(
get_bits
(
gb
,
4
))
{
// numPrograms
av_log_missing_feature
(
latmctx
->
aac_ctx
.
avctx
,
"
m
ultiple programs"
,
1
);
"
M
ultiple programs"
,
1
);
return
AVERROR_PATCHWELCOME
;
}
...
...
@@ -2672,7 +2672,7 @@ static int read_stream_mux_config(struct LATMContext *latmctx,
// for each layer (which there is only on in DVB)
if
(
get_bits
(
gb
,
3
))
{
// numLayer
av_log_missing_feature
(
latmctx
->
aac_ctx
.
avctx
,
"
m
ultiple layers"
,
1
);
"
M
ultiple layers"
,
1
);
return
AVERROR_PATCHWELCOME
;
}
...
...
libavcodec/aacsbr.c
View file @
8f4c414d
...
...
@@ -922,14 +922,14 @@ static void read_sbr_extension(AACContext *ac, SpectralBandReplication *sbr,
#if 1
*
num_bits_left
-=
ff_ps_read_data
(
ac
->
avctx
,
gb
,
&
sbr
->
ps
,
*
num_bits_left
);
#else
av_log_missing_feature
(
ac
->
avctx
,
"Parametric Stereo
is
"
,
0
);
av_log_missing_feature
(
ac
->
avctx
,
"Parametric Stereo"
,
0
);
skip_bits_long
(
gb
,
*
num_bits_left
);
// bs_fill_bits
*
num_bits_left
=
0
;
#endif
}
break
;
default:
av_log_missing_feature
(
ac
->
avctx
,
"Reserved SBR extensions
are
"
,
1
);
av_log_missing_feature
(
ac
->
avctx
,
"Reserved SBR extensions"
,
1
);
skip_bits_long
(
gb
,
*
num_bits_left
);
// bs_fill_bits
*
num_bits_left
=
0
;
break
;
...
...
libavcodec/eac3dec.c
View file @
8f4c414d
...
...
@@ -321,7 +321,7 @@ int ff_eac3_parse_header(AC3DecodeContext *s)
rates in bit allocation. The best assumption would be that it is
handled like AC-3 DolbyNet, but we cannot be sure until we have a
sample which utilizes this feature. */
av_log_missing_feature
(
s
->
avctx
,
"Reduced sampling rate
s
"
,
1
);
av_log_missing_feature
(
s
->
avctx
,
"Reduced sampling rate"
,
1
);
return
AVERROR_PATCHWELCOME
;
}
skip_bits
(
gbc
,
5
);
// skip bitstream id
...
...
libavcodec/flacdec.c
View file @
8f4c414d
...
...
@@ -371,7 +371,7 @@ static inline int decode_subframe(FLACContext *s, int channel)
bps
-=
wasted
;
}
if
(
bps
>
32
)
{
av_log_missing_feature
(
s
->
avctx
,
"
d
ecorrelated bit depth > 32"
,
0
);
av_log_missing_feature
(
s
->
avctx
,
"
D
ecorrelated bit depth > 32"
,
0
);
return
AVERROR_PATCHWELCOME
;
}
...
...
libavcodec/flashsv.c
View file @
8f4c414d
...
...
@@ -264,7 +264,7 @@ static int flashsv_decode_frame(AVCodecContext *avctx, void *data,
return
AVERROR_PATCHWELCOME
;
}
if
(
get_bits1
(
&
gb
))
{
av_log_missing_feature
(
avctx
,
"
c
ustom palette"
,
1
);
av_log_missing_feature
(
avctx
,
"
C
ustom palette"
,
1
);
return
AVERROR_PATCHWELCOME
;
}
}
...
...
libavcodec/proresdec.c
View file @
8f4c414d
...
...
@@ -171,7 +171,7 @@ static int decode_frame_header(ProresContext *ctx, const uint8_t *buf,
ctx
->
alpha_info
=
buf
[
17
]
&
0xf
;
if
(
ctx
->
alpha_info
)
av_log_missing_feature
(
avctx
,
"
a
lpha channel"
,
0
);
av_log_missing_feature
(
avctx
,
"
A
lpha channel"
,
0
);
ctx
->
qmat_changed
=
0
;
ptr
=
buf
+
20
;
...
...
libavcodec/wmalosslessdec.c
View file @
8f4c414d
...
...
@@ -189,7 +189,7 @@ static av_cold int decode_init(AVCodecContext *avctx)
avctx
->
sample_fmt
=
AV_SAMPLE_FMT_S16P
;
else
if
(
s
->
bits_per_sample
==
24
)
{
avctx
->
sample_fmt
=
AV_SAMPLE_FMT_S32P
;
av_log_missing_feature
(
avctx
,
"
b
it-depth higher than 16"
,
0
);
av_log_missing_feature
(
avctx
,
"
B
it-depth higher than 16"
,
0
);
return
AVERROR_PATCHWELCOME
;
}
else
{
av_log
(
avctx
,
AV_LOG_ERROR
,
"Unknown bit-depth: %d
\n
"
,
...
...
@@ -885,7 +885,7 @@ static int decode_subframe(WmallDecodeCtx *s)
s
->
do_arith_coding
=
get_bits1
(
&
s
->
gb
);
if
(
s
->
do_arith_coding
)
{
av_log_missing_feature
(
s
->
avctx
,
"
a
rithmetic coding"
,
1
);
av_log_missing_feature
(
s
->
avctx
,
"
A
rithmetic coding"
,
1
);
return
AVERROR_PATCHWELCOME
;
}
s
->
do_ac_filter
=
get_bits1
(
&
s
->
gb
);
...
...
libavcodec/wmavoice.c
View file @
8f4c414d
...
...
@@ -1762,7 +1762,7 @@ static int synth_superframe(AVCodecContext *ctx, int *got_frame_ptr)
* are really WMAPro-in-WMAVoice-superframes. I've never seen those in
* the wild yet. */
if
(
!
get_bits1
(
gb
))
{
av_log_missing_feature
(
ctx
,
"WMAPro-in-WMAVoice
support
"
,
1
);
av_log_missing_feature
(
ctx
,
"WMAPro-in-WMAVoice"
,
1
);
return
AVERROR_PATCHWELCOME
;
}
...
...
libavformat/oggparseskeleton.c
View file @
8f4c414d
...
...
@@ -76,7 +76,7 @@ static int skeleton_header(AVFormatContext *s, int idx)
start_granule
=
AV_RL64
(
buf
+
36
);
if
(
os
->
start_granule
!=
OGG_NOGRANULE_VALUE
)
{
av_log_missing_feature
(
s
,
"
m
ultiple fisbone for the same stream"
,
0
);
"
M
ultiple fisbone for the same stream"
,
0
);
return
1
;
}
if
(
target_idx
>=
0
&&
start_granule
!=
OGG_NOGRANULE_VALUE
)
{
...
...
libavformat/spdifdec.c
View file @
8f4c414d
...
...
@@ -92,7 +92,7 @@ static int spdif_get_offset_and_codec(AVFormatContext *s,
default:
if
(
s
)
{
/* be silent during a probe */
av_log
(
s
,
AV_LOG_WARNING
,
"Data type 0x%04x"
,
data_type
);
av_log_missing_feature
(
s
,
" in IEC 61937
is
"
,
1
);
av_log_missing_feature
(
s
,
" in IEC 61937"
,
1
);
}
return
AVERROR_PATCHWELCOME
;
}
...
...
@@ -213,7 +213,7 @@ static int spdif_read_packet(AVFormatContext *s, AVPacket *pkt)
st
->
codec
->
codec_type
=
AVMEDIA_TYPE_AUDIO
;
st
->
codec
->
codec_id
=
codec_id
;
}
else
if
(
codec_id
!=
s
->
streams
[
0
]
->
codec
->
codec_id
)
{
av_log_missing_feature
(
s
,
"
c
odec change in IEC 61937"
,
0
);
av_log_missing_feature
(
s
,
"
C
odec change in IEC 61937"
,
0
);
return
AVERROR_PATCHWELCOME
;
}
...
...
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