summaryrefslogtreecommitdiffstats
path: root/libavcodec/v308dec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/v308dec.c')
-rw-r--r--libavcodec/v308dec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/v308dec.c b/libavcodec/v308dec.c
index 75d65e8..1d31f0a 100644
--- a/libavcodec/v308dec.c
+++ b/libavcodec/v308dec.c
@@ -74,10 +74,10 @@ static int v308_decode_frame(AVCodecContext *avctx, void *data,
AVCodec ff_v308_decoder = {
.name = "v308",
+ .long_name = NULL_IF_CONFIG_SMALL("Uncompressed packed 4:4:4"),
.type = AVMEDIA_TYPE_VIDEO,
.id = AV_CODEC_ID_V308,
.init = v308_decode_init,
.decode = v308_decode_frame,
.capabilities = CODEC_CAP_DR1,
- .long_name = NULL_IF_CONFIG_SMALL("Uncompressed packed 4:4:4"),
};
OpenPOWER on IntegriCloud