Browse Source

Merge commit 'e92123093dfdca0ef6608998240e2f9345d63bff'

* commit 'e92123093dfdca0ef6608998240e2f9345d63bff':
  mlpdec: set AV_FRAME_DATA_MATRIXENCODING side data.

Merged-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.2-rc1
Michael Niedermayer 12 years ago
parent
commit
85b424a45e
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      libavcodec/mlpdec.c

+ 4
- 0
libavcodec/mlpdec.c View File

@@ -1098,6 +1098,10 @@ static int output_data(MLPDecodeContext *m, unsigned int substr,
}
}

/* Update matrix encoding side data */
if ((ret = ff_side_data_update_matrix_encoding(frame, s->matrix_encoding)) < 0)
return ret;

*got_frame_ptr = 1;

return 0;


Loading…
Cancel
Save