projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge commit '50ea93158d4c480f64069e8bd1da388486dcf4ba'
[ffmpeg.git]
/
libavcodec
/
libx265.c
diff --git
a/libavcodec/libx265.c
b/libavcodec/libx265.c
index
d51a98c
..
d37fa15
100644
(file)
--- a/
libavcodec/libx265.c
+++ b/
libavcodec/libx265.c
@@
-139,7
+139,7
@@
static av_cold int libx265_encode_init(AVCodecContext *avctx)
if (!ctx->encoder) {
av_log(avctx, AV_LOG_ERROR, "Cannot open libx265 encoder.\n");
libx265_encode_close(avctx);
- return AVERROR_
EXTERNAL
;
+ return AVERROR_
INVALIDDATA
;
}
ret = x265_encoder_headers(ctx->encoder, &nal, &nnal);