Skip to content
Snippets Groups Projects
Commit b178cd76 authored by Kostya Shishkov's avatar Kostya Shishkov Committed by Diego Biurrun
Browse files

dpx: Do not use DPX encoder for decoding.

10l to the one who hasn't checked this.
parent ad1862d6
No related branches found
No related tags found
No related merge requests found
...@@ -167,7 +167,7 @@ AVCodec ff_dpx_encoder = { ...@@ -167,7 +167,7 @@ AVCodec ff_dpx_encoder = {
.id = CODEC_ID_DPX, .id = CODEC_ID_DPX,
.priv_data_size = sizeof(DPXContext), .priv_data_size = sizeof(DPXContext),
.init = encode_init, .init = encode_init,
.decode = encode_frame, .encode = encode_frame,
.pix_fmts = (const enum PixelFormat[]){ .pix_fmts = (const enum PixelFormat[]){
PIX_FMT_RGB24, PIX_FMT_RGB24,
PIX_FMT_RGBA, PIX_FMT_RGBA,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment