mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
v410enc: include correct headers
This file does not use anything from put_bits.h but needs intreadwrite.h. Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
parent
ef5756aee0
commit
0249144a1c
@ -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 "put_bits.h"
|
|
||||||
|
|
||||||
static av_cold int v410_encode_init(AVCodecContext *avctx)
|
static av_cold int v410_encode_init(AVCodecContext *avctx)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user