summaryrefslogtreecommitdiff
path: root/libavcodec/rawdec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/rawdec.c')
-rw-r--r--libavcodec/rawdec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/rawdec.c b/libavcodec/rawdec.c
index 2ad547bac1..f03b1a265f 100644
--- a/libavcodec/rawdec.c
+++ b/libavcodec/rawdec.c
@@ -162,4 +162,5 @@ AVCodec rawvideo_decoder = {
NULL,
raw_close_decoder,
raw_decode,
+ .long_name = "raw video",
};