Skip to content

Commit 31b9985

Browse files
committed
correct Seg fault
1 parent c68c8db commit 31b9985

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libavcodec/hevcdsp.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,15 @@
2222
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
2323
*/
2424

25-
25+
#include "hevc.h"
2626

2727
#ifndef AVCODEC_HEVCDSP_H
2828
#define AVCODEC_HEVCDSP_H
2929
struct AVFrame;
3030
struct UpsamplInf;
3131
struct HEVCWindow;
3232

33+
3334
#define NTAPS_LUMA 8
3435
#define NTAPS_CHROMA 4
3536
#define US_FILTER_PREC 6

0 commit comments

Comments
 (0)