This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
prores: lowercase AVCodec name entry
All other codecs use lowercase names in that field.
tags/n0.9
Diego Biurrun
14 years ago
parent
dcb9f6a20d
commit
2983f1f3be
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/proresdec.c
+ 1
- 1
libavcodec/proresdec.c
View File
@@ -721,7 +721,7 @@ static av_cold int decode_close(AVCodecContext *avctx)
AVCodec ff_prores_decoder = {
.name = "
ProR
es",
.name = "
pror
es",
.type = AVMEDIA_TYPE_VIDEO,
.id = CODEC_ID_PRORES,
.priv_data_size = sizeof(ProresContext),
Write
Preview
Loading…
Cancel
Save