avutil/frame: Fix project name
Issue introduced in: caa12027baf1180453846c58da08fc87accc0ff6 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
ff53f4dc2d
commit
832fc05a9b
@ -783,8 +783,8 @@ enum {
|
|||||||
/**
|
/**
|
||||||
* Apply the maximum possible cropping, even if it requires setting the
|
* Apply the maximum possible cropping, even if it requires setting the
|
||||||
* AVFrame.data[] entries to unaligned pointers. Passing unaligned data
|
* AVFrame.data[] entries to unaligned pointers. Passing unaligned data
|
||||||
* to Libav API is generally not allowed, and causes undefined behavior
|
* to FFmpeg API is generally not allowed, and causes undefined behavior
|
||||||
* (such as crashes). You can pass unaligned data only to Libav APIs that
|
* (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
|
* are explicitly documented to accept it. Use this flag only if you
|
||||||
* absolutely know what you are doing.
|
* absolutely know what you are doing.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user