Improve descriptiveness of a number of codec and container long names
This commit is contained in:
parent
6774247a9d
commit
0177b7d23a
56 changed files with 75 additions and 75 deletions
|
@ -452,7 +452,7 @@ AVCodec ff_libopenjpeg_decoder = {
|
|||
.close = libopenjpeg_decode_close,
|
||||
.decode = libopenjpeg_decode_frame,
|
||||
.capabilities = CODEC_CAP_DR1 | CODEC_CAP_FRAME_THREADS,
|
||||
.long_name = NULL_IF_CONFIG_SMALL("OpenJPEG based JPEG 2000 decoder"),
|
||||
.long_name = NULL_IF_CONFIG_SMALL("OpenJPEG JPEG 2000"),
|
||||
.priv_class = &class,
|
||||
.init_thread_copy = ONLY_IF_THREADS_ENABLED(libopenjpeg_decode_init_thread_copy),
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue