mirror of https://git.ffmpeg.org/ffmpeg.git
v410dec: include correct headers
This file does not use anything from get_bits.h but needs intreadwrite.h. Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Janne Grunau <janne-libav@jannau.net>
This commit is contained in:
parent
aaf47bcde7
commit
fede015468
|
@ -20,8 +20,8 @@
|
||||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include "libavutil/intreadwrite.h"
|
||||||
#include "avcodec.h"
|
#include "avcodec.h"
|
||||||
#include "get_bits.h"
|
|
||||||
|
|
||||||
static av_cold int v410_decode_init(AVCodecContext *avctx)
|
static av_cold int v410_decode_init(AVCodecContext *avctx)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue