Browse Source

decode.h: Add missing headers to fix standalone compilation

tags/n3.4
Diego Biurrun 9 years ago
parent
commit
554e55bbf0
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      libavcodec/decode.h

+ 2
- 0
libavcodec/decode.h View File

@@ -21,6 +21,8 @@
#ifndef AVCODEC_DECODE_H
#define AVCODEC_DECODE_H

#include "avcodec.h"

/**
* Called by decoders to get the next packet for decoding.
*


Loading…
Cancel
Save