This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
lavc/videotoolboxenc: Error log formatting.
Signed-off-by: Rick Kern <kernrj@gmail.com>
tags/n3.2
Rick Kern
9 years ago
parent
9875695e2c
commit
d3874b74f3
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/videotoolboxenc.c
+ 1
- 1
libavcodec/videotoolboxenc.c
View File
@@ -1633,7 +1633,7 @@ static int vtenc_cm_to_avpacket(
);
if (status) {
av_log(avctx, AV_LOG_ERROR, "Error copying packet data: %d", status);
av_log(avctx, AV_LOG_ERROR, "Error copying packet data: %d
\n
", status);
return status;
}
Write
Preview
Loading…
Cancel
Save