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
dpx: Do not use DPX encoder for decoding.
10l to the one who hasn't checked this.
tags/n0.8
Kostya Shishkov
Diego Biurrun
14 years ago
parent
ad1862d64a
commit
b178cd76b2
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/dpxenc.c
+ 1
- 1
libavcodec/dpxenc.c
View File
@@ -167,7 +167,7 @@ AVCodec ff_dpx_encoder = {
.id = CODEC_ID_DPX,
.priv_data_size = sizeof(DPXContext),
.init = encode_init,
.
d
ecode = encode_frame,
.e
n
code = encode_frame,
.pix_fmts = (const enum PixelFormat[]){
PIX_FMT_RGB24,
PIX_FMT_RGBA,
Write
Preview
Loading…
Cancel
Save