summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/h265dec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/h265dec.c b/libavformat/h265dec.c
index 1eb8402d86..ee209f3473 100644
--- a/libavformat/h265dec.c
+++ b/libavformat/h265dec.c
@@ -57,4 +57,4 @@ static int h265_probe(AVProbeData *p)
return 0;
}
-FF_DEF_RAWVIDEO_DEMUXER(h265 , "raw H.265 video", h265_probe, "h265,265,hevc", AV_CODEC_ID_H265)
+FF_DEF_RAWVIDEO_DEMUXER(h265 , "raw H.265 video", h265_probe, "h265,265,hevc", AV_CODEC_ID_HEVC)