[FFmpeg-cvslog] avutil/frame: Fix project name

Michael Niedermayer git at videolan.org
Wed Oct 11 02:11:31 EEST 2017


ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | Wed Oct 11 00:01:10 2017 +0200| [832fc05a9bc79e4f176d5f93a0defc521c75bee7] | committer: Michael Niedermayer

avutil/frame: Fix project name

Issue introduced in: caa12027baf1180453846c58da08fc87accc0ff6

Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=832fc05a9bc79e4f176d5f93a0defc521c75bee7
---

 libavutil/frame.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libavutil/frame.h b/libavutil/frame.h
index b8591a442b..abe4f4fd17 100644
--- 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
-     * 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.
      */



More information about the ffmpeg-cvslog mailing list