projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
ff53f4d
)
avutil/frame: Fix project name
author
Michael Niedermayer
<michael@niedermayer.cc>
Tue, 10 Oct 2017 22:01:10 +0000
(
00:01
+0200)
committer
Michael Niedermayer
<michael@niedermayer.cc>
Tue, 10 Oct 2017 22:02:07 +0000
(
00:02
+0200)
Issue introduced in:
caa12027baf1180453846c58da08fc87accc0ff6
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavutil/frame.h
patch
|
blob
|
history
diff --git
a/libavutil/frame.h
b/libavutil/frame.h
index
b8591a4
..
abe4f4f
100644
(file)
--- a/
libavutil/frame.h
+++ b/
libavutil/frame.h
@@
-783,8
+783,8
@@
enum {
/**
* Apply the maximum possible cropping, even if it requires setting the
* AVFrame.data[] entries to unaligned pointers. Passing unaligned data
/**
* Apply the maximum possible cropping, even if it requires setting the
* AVFrame.data[] entries to unaligned pointers. Passing unaligned data
- * to
Libav
API is generally not allowed, and causes undefined behavior
- * (such as crashes). You can pass unaligned data only to
Libav
APIs that
+ * to
FFmpeg
API is generally not allowed, and causes undefined behavior
+ * (such as crashes). You can pass unaligned data only to
FFmpeg
APIs that
* are explicitly documented to accept it. Use this flag only if you
* absolutely know what you are doing.
*/
* are explicitly documented to accept it. Use this flag only if you
* absolutely know what you are doing.
*/