Commit a38eadd7 authored by Derek Buitenhuis's avatar Derek Buitenhuis

Merge commit '5e555f93'

AVClass is now a const, the rest are no-op.

* commit '5e555f93':
  mpeg12enc: always write closed gops for intra only outputs
  h264: Add an AVClass pointer to H264Context
  libx264: Fix noise_reduction option assignment
Merged-by: 's avatarDerek Buitenhuis <derek.buitenhuis@gmail.com>
parents 063b26d3 5e555f93
......@@ -520,7 +520,7 @@ typedef struct H264SliceContext {
* H264Context
*/
typedef struct H264Context {
AVClass *av_class;
const AVClass *class;
AVCodecContext *avctx;
VideoDSPContext vdsp;
H264DSPContext h264dsp;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment