Browse Source

avutil/frame: Fix project name

Issue introduced in: caa12027ba

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
tags/n3.4
Michael Niedermayer 7 years ago
parent
commit
832fc05a9b
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libavutil/frame.h

+ 2
- 2
libavutil/frame.h View File

@@ -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
* 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.
*/


Loading…
Cancel
Save